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