public abstract class CIFARDataset extends Object
Modifier and Type | Field and Description |
---|---|
static BinaryReader<FImage> |
FIMAGE_READER
Reader for getting the data as
FImage s |
static int |
HEIGHT
Image height
|
static BinaryReader<MBFImage> |
MBFIMAGE_READER
Reader for getting the data as
MBFImage s |
static int |
WIDTH
Image width
|
Constructor and Description |
---|
CIFARDataset() |
public static final int HEIGHT
public static final int WIDTH
public static BinaryReader<MBFImage> MBFIMAGE_READER
MBFImage
spublic static BinaryReader<FImage> FIMAGE_READER
FImage
spublic CIFARDataset()