1 instantiation of ReducedWorkChunkState
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
1054reducedState = new ReducedWorkChunkState(maxInstancesToAccelerate, k, dimensionality);
4 references to ReducedWorkChunkState
Microsoft.ML.KMeansClustering (4)
KMeansPlusPlusTrainer.cs (4)
1043out ReducedWorkChunkState reducedState, out WorkChunkState[] workChunkArr) 1151public static void Reduce(WorkChunkState[] workChunkArr, ReducedWorkChunkState reducedState) 1357ReducedWorkChunkState reducedState; 1454out WorkChunkState[] perThreadWorkState, out ReducedWorkChunkState reducedWorkState)