public static interface ClusterTree.ClusteringMethod
| Modifier and Type | Method and Description |
|---|---|
double |
computeDistance(int separateClusterSize,
int firstToCombineClusterSize,
double firstToCombineClusterToSeparateClusterDistance,
int secondToCombineClusterSize,
double secondToCombineClusterToSeparateClusterDistance) |
double |
computeHeight(int firstToCombineClusterSize,
int secondToCombineClusterSize,
double distance) |
java.lang.String |
getMethodName() |
double computeDistance(int separateClusterSize,
int firstToCombineClusterSize,
double firstToCombineClusterToSeparateClusterDistance,
int secondToCombineClusterSize,
double secondToCombineClusterToSeparateClusterDistance)
double computeHeight(int firstToCombineClusterSize,
int secondToCombineClusterSize,
double distance)
java.lang.String getMethodName()