6 references to SignatureEarlyStoppingCriterion
Microsoft.ML.Core.Tests (1)
UnitTests\TestEarlyStoppingCriteria.cs (1)
22
var sub = new SubComponent<EarlyStoppingRuleBase,
SignatureEarlyStoppingCriterion
>(name, args);
Microsoft.ML.FastTree (5)
Training\EarlyStoppingCriteria.cs (5)
12
[assembly: LoadableClass(typeof(TolerantEarlyStoppingRule), typeof(TolerantEarlyStoppingRule.Options), typeof(
SignatureEarlyStoppingCriterion
), "Tolerant (TR)", "tr")]
13
[assembly: LoadableClass(typeof(GeneralityLossRule), typeof(GeneralityLossRule.Options), typeof(
SignatureEarlyStoppingCriterion
), "Loss of Generality (GL)", "gl")]
14
[assembly: LoadableClass(typeof(LowProgressRule), typeof(LowProgressRule.Options), typeof(
SignatureEarlyStoppingCriterion
), "Low Progress (LP)", "lp")]
15
[assembly: LoadableClass(typeof(GeneralityToProgressRatioRule), typeof(GeneralityToProgressRatioRule.Options), typeof(
SignatureEarlyStoppingCriterion
), "Generality to Progress Ratio (PQ)", "pq")]
16
[assembly: LoadableClass(typeof(ConsecutiveGeneralityLossRule), typeof(ConsecutiveGeneralityLossRule.Options), typeof(
SignatureEarlyStoppingCriterion
), "Consecutive Loss in Generality (UP)", "up")]