1 instantiation of GeneralityToProgressRatioRule
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
417
return new
GeneralityToProgressRatioRule
(this, lowerIsBetter);
4 references to GeneralityToProgressRatioRule
Microsoft.ML.FastTree (4)
Training\EarlyStoppingCriteria.cs (4)
15
[assembly: LoadableClass(typeof(
GeneralityToProgressRatioRule
), typeof(
GeneralityToProgressRatioRule
.Options), typeof(SignatureEarlyStoppingCriterion), "Generality to Progress Ratio (PQ)", "pq")]
21
[assembly: EntryPointModule(typeof(
GeneralityToProgressRatioRule
))]
27
[assembly: EntryPointModule(typeof(
GeneralityToProgressRatioRule
.Options))]