KMeans Cluster Analysis.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#
A CategoricalVector<T> containing the zero-based indexes of the cluster each observation belongs to.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public CategoricalVector<int> Predictions { get; }
Property Value
CategoricalVector<Int32>A CategoricalVector<T> containing the zero-based indexes of the cluster each observation belongs to.