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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public ClusterSet CutTree(
	double height
)
Visual Basic (Declaration)
Public Function CutTree ( _
	height As Double _
) As ClusterSet
Visual C++
public:
ClusterSet^ CutTree(
	double height
)

Parameters

height
Type: System..::.Double
The height at which to cut the tree.

Return Value

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

See Also