Learn R Programming

GFORCE (version 0.1.4)

gforce.hclust.agglomerate: Hierarchical Clustering Agglomeration.

Description

Hierarchical Clustering Agglomeration.

Usage

gforce.hclust.agglomerate(X = NULL, dists = NULL)

Arguments

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.