KMeansCluster.MemberIndexes Property

Gets a Filter that selects the members of the cluster.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<int> MemberIndexes { get; }

Property Value

Vector<Int32>

See Also