| Package | Description |
|---|---|
| org.nd4j.linalg.dataset | |
| org.nd4j.linalg.dataset.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSet
A data transform (example/outcome pairs)
The outcomes are specifically for neural network encoding such that
any labels that are considered true are 1s.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.getRange(int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.getRange(int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetPreProcessor.preProcess(DataSet toPreProcess)
Pre process a dataset
|
Copyright © 2016. All Rights Reserved.