| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor.stats |
| Modifier and Type | Method and Description |
|---|---|
MinMaxStats.Builder |
MinMaxStats.Builder.add(@NonNull INDArray data,
INDArray mask)
Add rows of data to the statistics
|
MinMaxStats.Builder |
MinMaxStats.Builder.addFeatures(DataSet dataSet)
Add the features of a DataSet to the statistics
|
MinMaxStats.Builder |
MinMaxStats.Builder.addLabels(DataSet dataSet)
Add the labels of a DataSet to the statistics
|
Copyright © 2021. All rights reserved.