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