Class EmnistDataFetcher

  • All Implemented Interfaces:
    Serializable, org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher

    public class EmnistDataFetcher
    extends MnistDataFetcher
    implements org.nd4j.linalg.dataset.api.iterator.fetcher.DataSetFetcher
    See Also:
    Serialized Form
    • Constructor Detail

      • EmnistDataFetcher

        public EmnistDataFetcher​(EMnistSet dataSet,
                                 boolean binarize,
                                 boolean train,
                                 boolean shuffle,
                                 long rngSeed,
                                 File topLevelDir)
                          throws IOException
        Throws:
        IOException
      • EmnistDataFetcher

        public EmnistDataFetcher​(EMnistSet dataSet,
                                 boolean binarize,
                                 boolean train,
                                 boolean shuffle,
                                 long rngSeed)
                          throws IOException
        Throws:
        IOException