| Package | Description |
|---|---|
| org.nd4j.linalg.dataset.api.preprocessor |
| Modifier and Type | Class and Description |
|---|---|
class |
NormalizerMinMaxScaler
Pre processor for DataSets that normalizes feature values (and optionally label values) to lie between a minimum
and maximum value (by default between 0 and 1)
|
class |
NormalizerStandardize
Created by susaneraly, Ede Meijer
variance and mean
Pre processor for DataSet that normalizes feature values (and optionally label values) to have 0 mean and a standard
deviation of 1
|
Copyright © 2018. All rights reserved.