1 type derived from TreeLearner
Microsoft.ML.FastTree (1)
Training\TreeLearners\LeastSquaresRegressionTreeLearner.cs (1)
24internal class LeastSquaresRegressionTreeLearner : TreeLearner, ILeafSplitStatisticsCalculator
4 references to TreeLearner
Microsoft.ML.FastTree (4)
BoostingFastTree.cs (1)
63private protected override TreeLearner ConstructTreeLearner(IChannel ch)
FastTree.cs (1)
169private protected abstract TreeLearner ConstructTreeLearner(IChannel ch);
RandomForest.cs (1)
63private protected override TreeLearner ConstructTreeLearner(IChannel ch)
Training\OptimizationAlgorithms\OptimizationAlgorithm.cs (1)
20public TreeLearner TreeLearner;