1 write to _bestWeight
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
588_bestWeight = new float[_acceleratedRowMap.MaxInstancesToAccelerate];
3 references to _bestWeight
Microsoft.ML.KMeansClustering (3)
KMeansPlusPlusTrainer.cs (3)
593_bestWeight[i] = float.MaxValue; 607return _bestWeight[idx]; 625_bestWeight[n] = bestWeight;