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)
676double balancedRecip = label ? _recipNpos : _recipNneg;