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)
763Array.Copy(_labels, begin, _labelsCopy, begin, numDocuments); 764labels = _labelsCopy;