1 write to CompareFirstN
Microsoft.ML.FastTree (1)
Training\DcgPermutationComparer.cs (1)
136CompareFirstN = comparefirstN;
1 reference to CompareFirstN
Microsoft.ML.FastTree (1)
Training\DcgCalculator.cs (1)
467Array.Sort(permutation, 0, Math.Min(count, _secondLevelcomparers[threadIndex].CompareFirstN), _secondLevelcomparers[threadIndex]);