6 overrides of ConstructObjFunc
Microsoft.ML.FastTree (6)
FastTreeClassification.cs (1)
216
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
FastTreeRanking.cs (1)
205
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
FastTreeRegression.cs (1)
146
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
FastTreeTweedie.cs (1)
158
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
RandomForestClassification.cs (1)
348
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
RandomForestRegression.cs (1)
484
private protected override ObjectiveFunctionBase
ConstructObjFunc
(IChannel ch)
2 references to ConstructObjFunc
Microsoft.ML.FastTree (2)
BoostingFastTree.cs (1)
97
optimizationAlgorithm.ObjectiveFunction =
ConstructObjFunc
(ch);
RandomForest.cs (1)
49
optimizationAlgorithm.ObjectiveFunction =
ConstructObjFunc
(ch);