Click or drag to resize

KMeansClusteringMaxIterationsMet Property

Returns true if the clustering just computed stopped because the maximum number of iterations was reached; otherwise, false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool MaxIterationsMet { get; }

Property Value

Boolean
Remarks
Returns true if this.Iterations == this.MaxIterations.
See Also