1 write to _labelsCopy
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
634
_labelsCopy
= new short[Dataset.NumDocs];
2 references to _labelsCopy
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
763
Array.Copy(_labels, begin,
_labelsCopy
, begin, numDocuments);
764
labels =
_labelsCopy
;