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