Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

HCA

Hierarchical Cluster Analysis method


Description

Run the HCA method for clustering.

Usage

HCA(d, method = c("ward", "single"), k = NULL, ...)

Arguments

d

The dataset (matrix or data.frame).

method

Character string defining the clustering method.

k

The number of cluster.

...

Other parameters.

Value

The cluster hierarchy (hca object).

See Also

Examples

require (datasets)
data (iris)
HCA (iris [, -5], method = "ward", k = 3)

fdm2id

Data Mining and R Programming for Beginners

v0.9.5
GPL-3
Authors
Alexandre Blansché [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.