1 write to _tolerance
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
297_tolerance = tolerance;
1 reference to _tolerance
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
306double toleranceFactor = 1.0 - (_tolerance * (r.LowerIsBetter ? -1.0 : 1.0));