public interface SplitDetectionMode
Modifier and Type | Interface and Description |
---|---|
static class |
SplitDetectionMode.MEAN
Use the mean to split
|
static class |
SplitDetectionMode.MEDIAN
Splits clusters becuase they don't have exactly the same value!
|
static class |
SplitDetectionMode.OPTIMISED
minimise for y: (y' * (D - W) * y) / ( y' * D * y );
s.t.
|
static class |
SplitDetectionMode.VARIABLE_MEDIAN
Find the median, attempt to find a value which keeps clusters together
|
Modifier and Type | Method and Description |
---|---|
double |
detect(double[] vec) |
double detect(double[] vec)
vec
-