| Package | Description |
|---|---|
| org.nd4j.linalg.dataset | |
| org.nd4j.linalg.dataset.api | |
| org.nd4j.linalg.dataset.api.iterator |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDataSet
Implementation of
MultiDataSet |
| Modifier and Type | Method and Description |
|---|---|
static MultiDataSet |
MultiDataSet.merge(Collection<? extends MultiDataSet> toMerge)
Merge a collection of MultiDataSet objects into a single MultiDataSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDataSetPreProcessor.preProcess(MultiDataSet multiDataSet)
Preprocess the MultiDataSet
|
| Modifier and Type | Method and Description |
|---|---|
MultiDataSet |
MultiDataSetIterator.next(int num)
Fetch the next 'num' examples.
|
Copyright © 2016. All Rights Reserved.