1 write to _groupIdToTopLabel
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
635
_groupIdToTopLabel
= new short[Dataset.NumDocs];
4 references to _groupIdToTopLabel
Microsoft.ML.FastTree (4)
FastTreeRanking.cs (4)
693
_groupIdToTopLabel
[i] = -1;
714
if (
_groupIdToTopLabel
[groupIndex] != -1)
723
if (labels[index] <=
_groupIdToTopLabel
[groupIndex])
731
_groupIdToTopLabel
[groupIndex] = labels[index];