5 references to CustomGains
Microsoft.ML.FastTree (5)
FastTreeRanking.cs (5)
159
Host.AssertValue(FastTreeTrainerOptions.
CustomGains
);
160
return FastTreeTrainerOptions.
CustomGains
;
172
if (FastTreeTrainerOptions.
CustomGains
!= null)
174
var gains = FastTreeTrainerOptions.
CustomGains
;
177
throw ch.ExceptUserArg(nameof(FastTreeTrainerOptions.
CustomGains
),