2 writes to Threshold
Microsoft.ML.FastTree (2)
Training\EarlyStoppingCriteria.cs (2)
146Threshold = threshold; 154Threshold = options.Threshold;
3 references to Threshold
Microsoft.ML.FastTree (3)
Training\EarlyStoppingCriteria.cs (3)
167return (validationScore - BestScore > Threshold); 169return (BestScore - validationScore > Threshold); 172internal override IEarlyStoppingCriterionFactory BuildFactory() => new Options() { Threshold = Threshold };