1 write to _labels
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
391
_labels
= trainSetLabels;
1 reference to _labels
Microsoft.ML.FastTree (1)
RandomForestClassification.cs (1)
399
Gradient[i] =
_labels
[i] ? 1 : -1;