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