ClusterKMeansMaxIterations Property |
The maximum number of iterations.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int MaxIterations { get; set; }
Public Property MaxIterations As Integer
Get
Set
public:
property int MaxIterations {
int get ();
void set (int value);
}
member MaxIterations : int with get, set
Property Value
Type:
Int32
A
int scalar specifying the maximum number of iterations.
Remarks
By default, MaxIterations = 30.
See Also