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