Gets the number of clustering runs whose NMF computations converged.

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

Syntax

C#
public int NumberOfConvergedRuns { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfConvergedRuns As Integer
Visual C++
public:
property int NumberOfConvergedRuns {
	int get ();
}

See Also