Training\DcgCalculator.cs (4)
181Utils.InterlockedAdd(ref _result, DCG3(scores, labels, begin, end) / maxDCG3);
320Utils.InterlockedAdd(ref _result, DCG1(scores, labels, begin, end) / maxDCG1);
424Utils.InterlockedAdd(ref result[t], dcg / maxDcg[t][query]);
430Utils.InterlockedAdd(ref result[t], dcg / maxDcg[t][query]);