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