Package | Description |
---|---|
org.openimaj.ml.clustering.kdtree |
Modifier and Type | Class 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
|
Constructor and Description |
---|
DoubleKDTreeClusterer(SplitDetectionMode detectionMode,
double varprop,
int startindex,
int ndims) |