Click or drag to resize

ClusterAnalysisCutTree(Int32) Method

Constructs the specified number of clusters from the hierarchical linkage tree.

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

Parameters

k  Int32
The number of clusters to form.

Return Value

ClusterSet
A ClusterSet object that identifies the cluster into which each object was grouped. Cluster numbers are arbitrary, and zero-based.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if k is less than one or greater than N.
See Also