1 write to _gainLabels
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
961
_gainLabels
= new double[Dataset.NumDocs];
2 references to _gainLabels
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
788
fixed (double* pGainLabels =
_gainLabels
)
964
_gainLabels
[i] = _gain[_labels[i]];