| Package | Description |
|---|---|
| org.nd4j.linalg.dataset | |
| org.nd4j.linalg.dataset.api | |
| org.nd4j.linalg.dataset.api.iterator | |
| org.nd4j.linalg.dataset.api.preprocessor | |
| org.nd4j.linalg.heartbeat.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
ExistingMiniBatchDataSetIterator
Read in existing mini batches created
by the mini batch file datasetiterator.
|
class |
MiniBatchFileDataSetIterator
Mini batch file datasetiterator
auto partitions a dataset in to mini batches
|
class |
ViewIterator
Iterate over a dataset
with views
|
| Modifier and Type | Method and Description |
|---|---|
DataSetIterator |
DataSet.iterateWithMiniBatches() |
| Modifier and Type | Method and Description |
|---|---|
DataSetIterator |
DataSet.iterateWithMiniBatches() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDatasetIterator
Baseline implementation includes
control over the data fetcher and some basic
getters for metadata
|
class |
MultipleEpochsIterator
Deprecated.
|
class |
SamplingDataSetIterator
A wrapper for a dataset to sample from.
|
class |
TestDataSetIterator
Created by susaneraly on 5/26/16.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardScaler.fit(DataSetIterator iterator)
Fit the given model
|
| Constructor and Description |
|---|
MultipleEpochsIterator(int numPasses,
DataSetIterator iter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NormalizerMinMaxScaler.fit(DataSetIterator iterator)
Fit the given model
|
void |
NormalizerStandardize.fit(DataSetIterator iterator)
Fit the given model with a given iterator
to calculate mean and std dev with
|
void |
NormalizerMinMaxScaler.revert(DataSetIterator toPreProcessIter) |
void |
NormalizerStandardize.revert(DataSetIterator toPreProcessIter) |
void |
NormalizerMinMaxScaler.transform(DataSetIterator toPreProcessIter) |
void |
NormalizerStandardize.transform(DataSetIterator toPreProcessIter)
Transform the dataset from given iterator
Need not set preprocessor on the iterator in this case
|
| Modifier and Type | Method and Description |
|---|---|
static Task |
TaskUtils.buildTask(DataSetIterator dataSetIterator) |
Copyright © 2016. All Rights Reserved.