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