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