| Constructor and Description |
|---|
RangeScaler(List<double[]> targets) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
double[] |
revert(double[] target) |
double[] |
standardize(double[] target) |
public RangeScaler(List<double[]> targets)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic double[] standardize(double[] target)
public double[] revert(double[] target)
Copyright © 2017. All rights reserved.