public class MaxMinNormalizer extends Object implements Normalizer, Serializable
| Constructor and Description |
|---|
MaxMinNormalizer(DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getMaxIn() |
double[] |
getMaxOut() |
double[] |
getMinIn() |
double[] |
getMinOut() |
void |
normalize(DataSet dataSet)
Normalize specified data set
|
public MaxMinNormalizer(DataSet dataSet)
public void normalize(DataSet dataSet)
Normalizernormalize in interface NormalizerdataSet - data set to normalizepublic double[] getMaxIn()
public double[] getMaxOut()
public double[] getMinIn()
public double[] getMinOut()
Copyright © 2019 Neuroph Project. All rights reserved.