1 write to _maxDcgTruncationLevel
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
588
_maxDcgTruncationLevel
= options.NdcgTruncationLevel;
1 reference to _maxDcgTruncationLevel
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
598
_inverseMaxDcgt = DcgCalculator.MaxDcg(_labels, Dataset.Boundaries,
_maxDcgTruncationLevel
, _labelCounts);