Click or drag to resize
ClusterKMeansMaxIterations Property
The maximum number of iterations.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaxIterations { get; set; }

Property Value

Type: Int32
A int scalar specifying the maximum number of iterations.
Remarks

By default, MaxIterations = 30.

See Also