Hierarchical Cluster Analysis method
Run the HCA method for clustering.
HCA(d, method = c("ward", "single"), k = NULL, ...)
d |
The dataset ( |
method |
Character string defining the clustering method. |
k |
The number of cluster. |
... |
Other parameters. |
The cluster hierarchy (hca
object).
require (datasets) data (iris) HCA (iris [, -5], method = "ward", k = 3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.