2 types derived from OptionsBase
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
64public sealed class Options : OptionsBase
GamRegression.cs (1)
58public partial class Options : OptionsBase
1 reference to OptionsBase
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
29where TOptions : GamTrainerBase<TOptions, TTransformer, TPredictor>.OptionsBase, new()