public class MaxNormalizer extends Object implements Normalizer
| Constructor and Description |
|---|
MaxNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
normalize(DataSet dataSet)
Normalize specified data set
|
double[] |
normalizeMax(double[] vector,
double[] max) |
public void normalize(DataSet dataSet)
Normalizernormalize in interface NormalizerdataSet - data set to normalizepublic double[] normalizeMax(double[] vector,
double[] max)
Copyright © 2017 Neuroph Project. All rights reserved.