1 implementation of GetLocalBinConstructionFeatures
Microsoft.ML.FastTree (1)
Training\Parallel\SingleTrainer.cs (1)
44bool[] IParallelTraining.GetLocalBinConstructionFeatures(int numFeatures)
3 references to GetLocalBinConstructionFeatures
Microsoft.ML.FastTree (3)
FastTree.cs (2)
1388localConstructBinFeatures = parallelTraining.GetLocalBinConstructionFeatures(NumFeatures); 1911bool[] localConstructBinFeatures = parallelTraining.GetLocalBinConstructionFeatures(NumFeatures);
Training\Parallel\IParallelTraining.cs (1)
36/// 1. interactive with IO: <see cref="GetLocalBinConstructionFeatures" />, <see cref="SyncGlobalBoundary" />.