1 write to _binaryLabels
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
599
_binaryLabels
= binaryLabels;
2 references to _binaryLabels
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
606
ComputeExampleCounts(
_binaryLabels
, out npos, out nneg);
674
bool label =
_binaryLabels
[i];