public final class SimpleScaling extends java.lang.Object implements Scaling
Uniformly scales an array of values, so that they are positive, translated to 0 (regarding the smallest element), normalized, and aggregated to 1.
Constructor and Description |
---|
SimpleScaling() |
Modifier and Type | Method and Description |
---|---|
double[] |
scale(double[] data) |