centers.hclust: List Cluster Centers for a Hierarchical Cluster

View source: R/hclust.R

centers.hclustR Documentation

List Cluster Centers for a Hierarchical Cluster

Description

Generate a matrix of centers from a hierarchical cluster.

Usage

centers.hclust(x, object, nclust=10, use.median=FALSE)

Arguments

x

The data used to build the cluster.

object

A hclust object.

nclust

Number of clusters.

use.median

Use meadion instead of mean.

Details

For the specified number of clusters, cut the hierarchical cluster appropriately to that number of clusters, and return the mean (or median) of each resulting cluster.

Author(s)

Daniele Medri and Graham.Williams@togaware.com

References

Package home page: https://rattle.togaware.com


rattle documentation built on March 21, 2022, 5:06 p.m.