KMeansClusterAnalysis.Centers Property

Gets an array of cluster centers.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public Vector<double>[] Centers { get; }

Property Value

Vector<Double>[]

Remarks

This property is available when the model is fitted or deployed.

See Also