1 write to _recipNneg
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
608
_recipNneg
= 1.0 / nneg;
1 reference to _recipNneg
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
676
double balancedRecip = label ? _recipNpos :
_recipNneg
;