public static class SplitDetectionMode.VARIABLE_MEDIAN extends Object implements SplitDetectionMode
SplitDetectionMode.MEAN, SplitDetectionMode.MEDIAN, SplitDetectionMode.OPTIMISED, SplitDetectionMode.VARIABLE_MEDIAN
Constructor and Description |
---|
VARIABLE_MEDIAN()
Sets the change tolerance to 0.1 (i.e.
|
VARIABLE_MEDIAN(double tol) |
public VARIABLE_MEDIAN()
public VARIABLE_MEDIAN(double tol)
tol
- if the next value is different by more than value * tol we found a borderpublic double detect(double[] vec)
detect
in interface SplitDetectionMode