Click or drag to resize

ClusterAnalysisCutTree(Double) Method

Constructs a set of clusters by cutting the hierarchical linkage tree at the specified height.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ClusterSet CutTree(
	double height
)

Parameters

height  Double
The height at which to cut the tree.

Return Value

ClusterSet
A ClusterSet object that identifies the cluster into which each object was grouped. Cluster numbers are arbitrary, and zero-based.
See Also