public class ScaleFinder extends Object
Constructor and Description |
---|
ScaleFinder() |
Modifier and Type | Method and Description |
---|---|
static Scale |
getFilteredScale(double[] values,
int nVariance)
Apply an outlier remover on input data (
OutlierRemover.getInlierValues )
and retrieve the min and max values of the non-rejected values. |
static Scale |
getMinMaxScale(double[] values)
Simply returns the min and max values of the input array into
a Scale object.
|
public static Scale getFilteredScale(double[] values, int nVariance)
OutlierRemover.getInlierValues
)
and retrieve the min and max values of the non-rejected values.values
- nVariance
- public static Scale getMinMaxScale(double[] values)
values
- Copyright © 2016. All rights reserved.