public class DecimalScaleNormalizer extends Object implements Normalizer, Serializable
| Constructor and Description |
|---|
DecimalScaleNormalizer(DataSet dataSet)
Initializes normalizer, finds right scale factor for each input and output column in vectors.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getMaxIn() |
double[] |
getMaxOut() |
double[] |
getScaleFactorIn() |
double[] |
getScaleFactorOut() |
void |
normalize(DataSet dataSet)
Normalize specified data set
|
public DecimalScaleNormalizer(DataSet dataSet)
dataSet - public void normalize(DataSet dataSet)
Normalizernormalize in interface NormalizerdataSet - data set to normalizepublic double[] getMaxIn()
public double[] getMaxOut()
public double[] getScaleFactorIn()
public double[] getScaleFactorOut()
Copyright © 2019 Neuroph Project. All rights reserved.