Base:
method
CheckOptions
Microsoft.ML.Trainers.FastTree.FastTreeTrainerBase<TOptions, TTransformer, TModel>.CheckOptions(Microsoft.ML.Runtime.IChannel)
3 overrides of CheckOptions
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (1)
170private protected override void CheckOptions(IChannel ch)
FastTreeRegression.cs (1)
127private protected override void CheckOptions(IChannel ch)
FastTreeTweedie.cs (1)
137private protected override void CheckOptions(IChannel ch)
3 references to CheckOptions
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (1)
192base.CheckOptions(ch);
FastTreeRegression.cs (1)
131base.CheckOptions(ch);
FastTreeTweedie.cs (1)
141base.CheckOptions(ch);