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)
788fixed (double* pGainLabels = _gainLabels) 964_gainLabels[i] = _gain[_labels[i]];