1 write to _labels
Microsoft.ML.FastTree (1)
FastTreeClassification.cs (1)
353_labels = trainSetLabels;
2 references to _labels
Microsoft.ML.FastTree (2)
FastTreeClassification.cs (2)
357BinaryClassificationTest.ComputeExampleCounts(_labels, out _npos, out _nneg); 380fixed (bool* pLabels = _labels)