KMeansClusterAnalysis.Predictions Property

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

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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