2 types derived from ObjectiveFunctionImplBase
Microsoft.ML.FastTree (2)
RandomForestRegression.cs (2)
538private sealed class ShuffleImpl : ObjectiveFunctionImplBase 579private sealed class BasicImpl : ObjectiveFunctionImplBase
2 references to ObjectiveFunctionImplBase
Microsoft.ML.FastTree (2)
RandomForestRegression.cs (2)
486return ObjectiveFunctionImplBase.Create(TrainSet, FastTreeTrainerOptions); 516public static ObjectiveFunctionImplBase Create(Dataset trainData, Options options)