KMeansClusterAnalysis.Clusters Property

Gets an array of clusters.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public KMeansCluster[] Clusters { get; }

Property Value

KMeansCluster[]

See Also