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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool MaxIterationsMet { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxIterationsMet As Boolean
Visual C++
public:
property bool MaxIterationsMet {
	bool get ();
}

Remarks

Returns true if this.Iterations == this.MaxIterations.

See Also