org.neuroph.samples.convolution.mnist
Class MNISTDataSet
- java.lang.Object
-
- org.neuroph.samples.convolution.mnist.MNISTDataSet
-
public class MNISTDataSet extends java.lang.ObjectProvides methods for loading MNIST dataset (training and test set) TODO: reorganizuj tako da imamo samo jedu metodu loadDataSet kojoj se prosledjuje naziv i koja ucitava i datas et i test set a ne da postoje dve posebne metode za to koje rade potpuno istu stvar
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringTEST_IMAGE_NAMEstatic java.lang.StringTEST_LABEL_NAMEstatic java.lang.StringTRAIN_IMAGE_NAMEstatic java.lang.StringTRAIN_LABEL_NAME
-
Constructor Summary
Constructors Constructor and Description MNISTDataSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static DataSetcreateFromFile(java.lang.String labelPath, java.lang.String imagePath, int sampleCount)
-
-
-
Field Detail
-
TRAIN_LABEL_NAME
public static final java.lang.String TRAIN_LABEL_NAME
- See Also:
- Constant Field Values
-
TRAIN_IMAGE_NAME
public static final java.lang.String TRAIN_IMAGE_NAME
- See Also:
- Constant Field Values
-
TEST_LABEL_NAME
public static final java.lang.String TEST_LABEL_NAME
- See Also:
- Constant Field Values
-
TEST_IMAGE_NAME
public static final java.lang.String TEST_IMAGE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFromFile
public static DataSet createFromFile(java.lang.String labelPath, java.lang.String imagePath, int sampleCount) throws java.io.IOException
- Throws:
java.io.IOException
-
-
DMelt 3.0 © DataMelt by jWork.ORG