public interface AgglomerationMethod
http://www.mathworks.com/help/toolbox/stats/linkage.html,
http://www.stanford.edu/~maureenh/quals/html/ml/node73.html,
data analysis handbook. By Ildiko E. Frank, Roberto Todeschini. Pages 152-155]| Modifier and Type | Method and Description |
|---|---|
double |
computeDissimilarity(double dik,
double djk,
double dij,
int ci,
int cj,
int ck)
Compute the dissimilarity between the
newly formed cluster (i,j) and the existing cluster k.
|
double computeDissimilarity(double dik,
double djk,
double dij,
int ci,
int cj,
int ck)
dik - dissimilarity between clusters i and kdjk - dissimilarity between clusters j and kdij - dissimilarity between clusters i and jci - cardinality of cluster icj - cardinality of cluster jck - cardinality of cluster k