1 override of FindAndSetBestFeatureForLeaf
Microsoft.ML.FastTree (1)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
45
protected override void
FindAndSetBestFeatureForLeaf
(LeafSplitCandidates leafSplitCandidates)
4 references to FindAndSetBestFeatureForLeaf
Microsoft.ML.FastTree (4)
Training\TreeLearners\FastForestLeastSquaresTreeLearner.cs (1)
49
base.
FindAndSetBestFeatureForLeaf
(leafSplitCandidates);
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
375
FindAndSetBestFeatureForLeaf
(SmallerChildSplitCandidates);
438
FindAndSetBestFeatureForLeaf
(SmallerChildSplitCandidates);
439
FindAndSetBestFeatureForLeaf
(LargerChildSplitCandidates);