1 write to _scoresCopy
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
633_scoresCopy = new double[Dataset.NumDocs];
2 references to _scoresCopy
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
770Array.Copy(Scores, begin, _scoresCopy, begin, numDocuments); 771scoresToUse = _scoresCopy;