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; 714if (_groupIdToTopLabel[groupIndex] != -1) 723if (labels[index] <= _groupIdToTopLabel[groupIndex]) 731_groupIdToTopLabel[groupIndex] = labels[index];