1 implementation of SyncGlobalBoundary
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
75
void IParallelTraining.
SyncGlobalBoundary
(int numFeatures, int maxBin, Double[][] binUpperBounds)
3 references to SyncGlobalBoundary
Microsoft.ML.FastTree (3)
FastTree.cs (2)
1459
parallelTraining.
SyncGlobalBoundary
(NumFeatures, maxBins, BinUpperBounds);
1929
parallelTraining.
SyncGlobalBoundary
(NumFeatures, maxBins, BinUpperBounds);
Training\Parallel\IParallelTraining.cs (1)
36
/// 1. interactive with IO: <see cref="GetLocalBinConstructionFeatures" />, <see cref="
SyncGlobalBoundary
" />.