| Interface | Description |
|---|---|
| DataSetFetcher | Deprecated
Retained for legacy purposes, will be removed in a future release
|
| Class | Description |
|---|---|
| AbstractDataSetIterator<T> |
This is simple DataSetIterator implementation, that builds DataSetIterator out of INDArray/float[]/double[] pairs.
|
| AbstractDataSetIteratorTest |
Created by raver on 16.06.2016.
|
| AsyncDataSetIterator |
AsyncDataSetIterator takes an existing DataSetIterator and loads one or more DataSet objects
from it using a separate thread.
|
| AsyncDataSetIteratorTest | |
| AsyncMultiDataSetIterator |
Async prefetching iterator wrapper for MultiDataSetIterator implementations
|
| BaseDatasetIterator |
Baseline implementation includes
control over the data fetcher and some basic
getters for metadata
|
| CombinedPreProcessor |
This is special preProcessor, that allows to combine multiple prerpocessors, and apply them to data sequentially.
|
| CombinedPreProcessor.Builder | |
| CurvesDataSetIterator |
Curves data applyTransformToDestination iterator
|
| DataSetIteratorTest | |
| DoublesDataSetIterator | |
| DummyPreProcessor |
This is special dummy preProcessor, that does nothing.
|
| ExistingDataSetIterator |
This wrapper provides DataSetIterator interface to existing java Iterable
|
| FloatsDataSetIterator |
float[] wrapper for DataSetIterator impementation.
|
| INDArrayDataSetIterator | |
| IteratorDataSetIterator |
A DataSetIterator that works on an Iterator
|
| IteratorMultiDataSetIterator |
A DataSetIterator that works on an Iterator
|
| MovingWindowBaseDataSetIterator |
DataSetIterator for moving window (rotating matrices)
|
| MultipleEpochsIterator |
A dataset iterator for doing multiple passes over a dataset
|
| MultipleEpochsIteratorTest | |
| ReconstructionDataSetIterator |
Wraps a data applyTransformToDestination iterator setting the first (feature matrix) as
the labels.
|
| SamplingDataSetIterator |
A wrapper for a dataset to sample from.
|
| SamplingTest | |
| TestAsyncIterator |