Package | Description |
---|---|
org.deeplearning4j.datasets.iterator |
Modifier and Type | Class and Description |
---|---|
class |
DoublesDataSetIterator
A simple utility iterator for creating a DataSetIterator from an
Iterable<Pair<double[], double[]>> . |
class |
FloatsDataSetIterator
A simple utility iterator for creating a DataSetIterator from an
Iterable<Pair<float[], float[]>>
First value in pair is the features vector, second value in pair is the labels. |
class |
INDArrayDataSetIterator
A simple utility iterator for creating a DataSetIterator from an
Iterable<Pair<INDArray,INDArray>> . |
Copyright © 2020. All rights reserved.