  | KMeansClusteringDefaultMaxIterations Property | 
            Gets and sets the default maximum number of iterations.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static int DefaultMaxIterations { get; set; }Public Shared Property DefaultMaxIterations As Integer
	Get
	Set
public:
static property int DefaultMaxIterations {
	int get ();
	void set (int value);
}static member DefaultMaxIterations : int with get, set
Property Value
Int32
Remarks
            Initially set to 1000.
            
See Also