HierarchicalClusterAnalysis.GetClusterPartition Method

Returns the partition of the data into the specified number of clusters.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public HierarchicalClusterCollection GetClusterPartition(
	int numberOfClusters
)

Parameters

numberOfClusters  Int32
The number of clusters to return.

Return Value

HierarchicalClusterCollection
A HierarchicalClusterCollection.

Exceptions

ArgumentOutOfRangeExceptionnumberOfClusters is less than one or greater than the number of observations.

See Also