1 write to Iteration
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
1442
state.
Iteration
++;
5 references to Iteration
Microsoft.ML.KMeansClustering (5)
KMeansPlusPlusTrainer.cs (5)
1371
(e) => e.SetProgress(0, state.
Iteration
, maxIterations));
1374
while (!isConverged && state.
Iteration
< maxIterations)
1407
reducedState.ReportProgress(pch, state.
Iteration
, maxIterations);
1444
if (state.
Iteration
% 100 == 0)
1493
bool firstIteration = state.
Iteration
== 0;