gforce.hclust.agglomerate {GFORCE}R Documentation

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.


[Package GFORCE version 0.1.4 Index]