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)
170
private protected override void
CheckOptions
(IChannel ch)
FastTreeRegression.cs (1)
127
private protected override void
CheckOptions
(IChannel ch)
FastTreeTweedie.cs (1)
137
private protected override void
CheckOptions
(IChannel ch)
3 references to CheckOptions
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (1)
192
base.
CheckOptions
(ch);
FastTreeRegression.cs (1)
131
base.
CheckOptions
(ch);
FastTreeTweedie.cs (1)
141
base.
CheckOptions
(ch);