Click or drag to resize

KMeansClusteringMaxIterations Property

Gets and sets the maximum number of iterations used in clustering.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxIterations { get; set; }

Property Value

Int32
Remarks
Iteration stops when either clustering stabilizes, or the maximum number of iterations is reached.
See Also