3 references to NdcgTruncationLevel
Microsoft.ML.FastTree (3)
FastTreeArguments.cs (2)
324
ectx.CheckUserArg(0 <
NdcgTruncationLevel
, nameof(
NdcgTruncationLevel
), "must be positive.");
FastTreeRanking.cs (1)
588
_maxDcgTruncationLevel = options.
NdcgTruncationLevel
;