gforce.hclust.agglomerate {GFORCE} | R Documentation |
Hierarchical Clustering Agglomeration.
gforce.hclust.agglomerate(X = NULL, dists = NULL)
X |
n x m matrix. Each row is treated as a point in R^m. |
dists |
n x n symmetric matrix. This encodes the distances between the n points. |