| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor |
| Modifier and Type | Class and Description |
|---|---|
class |
MinMaxStrategy
NormalizerStrategy implementation that will normalize and denormalize data arrays to a given range, based on
statistics of the upper and lower bounds of the population |
class |
StandardizeStrategy
NormalizerStrategy implementation that will standardize and de-standardize data arrays, based on statistics
of the means and standard deviations of the population |
| Modifier and Type | Field and Description |
|---|---|
protected NormalizerStrategy<S> |
AbstractMultiDataSetNormalizer.strategy |
protected NormalizerStrategy<S> |
AbstractDataSetNormalizer.strategy |
| Constructor and Description |
|---|
AbstractDataSetNormalizer(NormalizerStrategy<S> strategy) |
AbstractMultiDataSetNormalizer(NormalizerStrategy<S> strategy) |
Copyright © 2018. All rights reserved.