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)
357
BinaryClassificationTest.ComputeExampleCounts(
_labels
, out _npos, out _nneg);
380
fixed (bool* pLabels =
_labels
)