2 types derived from FastForestOptionsBase
Microsoft.ML.FastTree (2)
RandomForestClassification.cs (1)
153public sealed class Options : FastForestOptionsBase
RandomForestRegression.cs (1)
300public sealed class Options : FastForestOptionsBase
1 reference to FastForestOptionsBase
Microsoft.ML.FastTree (1)
RandomForest.cs (1)
10where TOptions : FastForestOptionsBase, new()