Uses of Class
org.nd4j.common.loader.FileBatch
-
Packages that use FileBatch Package Description org.nd4j.common.loader -
-
Uses of FileBatch in org.nd4j.common.loader
Methods in org.nd4j.common.loader that return FileBatch Modifier and Type Method Description static FileBatchFileBatch. forFiles(File... files)Create a FileBatch from the specified filesstatic FileBatchFileBatch. forFiles(List<File> files)Create a FileBatch from the specified filesstatic FileBatchFileBatch. readFromZip(File file)Read a FileBatch from the specified file.static FileBatchFileBatch. readFromZip(InputStream is)Read a FileBatch from the specified input stream.
-