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