2 overrides of ConstructOptimizationAlgorithm
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (1)
75
private protected override OptimizationAlgorithm
ConstructOptimizationAlgorithm
(IChannel ch)
RandomForest.cs (1)
42
private protected override OptimizationAlgorithm
ConstructOptimizationAlgorithm
(IChannel ch)
1 reference to ConstructOptimizationAlgorithm
Microsoft.ML.FastTree (1)
FastTree.cs (1)
345
OptimizationAlgorithm =
ConstructOptimizationAlgorithm
(ch);