HierarchicalParam-class {bluster}R Documentation

The HierarchicalParam class

Description

The HierarchicalParam is a virtual subclass of the BlusterParam class. It causes clusterRows to dispatch to clustering algorithms that produce a dissimilarity matrix and a dendrogram.

Available slots

The virtual class provides metric, the choice of distance metric. This is conventionally passed to dist and defaults to a Euclidean distance in most subclasses.

It also provides a number of slots to manage the final tree cut:

Return value

The contract is that, when full=TRUE, the objects field of the clusterRows return value will always contain at least the following elements:

See Also

HclustParam, for the archetypal example of a concrete subclass.


[Package bluster version 1.2.1 Index]