Package org.deeplearning4j.datasets.base
Class MnistFetcher
- java.lang.Object
-
- org.deeplearning4j.datasets.base.MnistFetcher
-
- Direct Known Subclasses:
EmnistFetcher
public class MnistFetcher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected File
fileDir
protected static String
LOCAL_DIR_NAME
-
Constructor Summary
Constructors Constructor Description MnistFetcher(File tempDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
downloadAndUntar()
File
getBaseDir()
String
getName()
-
-
-
Field Detail
-
LOCAL_DIR_NAME
protected static final String LOCAL_DIR_NAME
- See Also:
- Constant Field Values
-
fileDir
protected File fileDir
-
-
Constructor Detail
-
MnistFetcher
public MnistFetcher(File tempDir)
-
-
Method Detail
-
getName
public String getName()
-
getBaseDir
public File getBaseDir()
-
downloadAndUntar
public File downloadAndUntar() throws IOException
- Throws:
IOException
-
-