public abstract class Linkage
extends java.lang.Object
HierarchicalClustering
Constructor and Description |
---|
Linkage() |
Modifier and Type | Method and Description |
---|---|
double[][] |
getProximity()
Returns the proximity matrix.
|
abstract void |
merge(int i,
int j)
Merge two clusters into one and update the proximity matrix.
|