1 write to _nneg
Microsoft.ML.FastTree (1)
FastTreeClassification.cs (1)
357
BinaryClassificationTest.ComputeExampleCounts(_labels, out _npos, out
_nneg
);
2 references to _nneg
Microsoft.ML.FastTree (2)
FastTreeClassification.cs (2)
358
Contracts.Check(
_nneg
> 0 && _npos > 0, "Only one class in training set.");
374
recipNneg = 1.0 /
_nneg
;