3 references to PerformSplit
Microsoft.ML.FastTree (3)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (3)
215PerformSplit(tree, 0, targets, out dummyLteChild, out dummyGtChild); 256PerformSplit(tree, 0, targets, out lteChild, out gtChild); 276PerformSplit(tree, bestLeaf, targets, out lteChild, out gtChild);