3 references to Epsilon
Microsoft.ML.StandardTrainers (3)
Standard\LinearPredictorUtils.cs (3)
46
if (Math.Abs(value - 0) >=
Epsilon
)
113
if (Math.Abs(value - 0) >=
Epsilon
)
211
.Where(weight => Math.Abs(weight.Value) >=
Epsilon
)