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