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)
399Gradient[i] = _labels[i] ? 1 : -1;