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);