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 FileBatch
FileBatch. forFiles(File... files)
Create a FileBatch from the specified filesstatic FileBatch
FileBatch. forFiles(List<File> files)
Create a FileBatch from the specified filesstatic FileBatch
FileBatch. readFromZip(File file)
Read a FileBatch from the specified file.static FileBatch
FileBatch. readFromZip(InputStream is)
Read a FileBatch from the specified input stream.
-