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