KMeansClusterAnalysis.Predictions Property

Returns the index of the cluster each observation belongs to as a CategoricalVector<T>.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public CategoricalVector<int> Predictions { get; }

Property Value

CategoricalVector<Int32>
A CategoricalVector<T> containing the zero-based indexes of the cluster each observation belongs to.

See Also