1 instantiation of Options
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
461
internal override IEarlyStoppingCriterionFactory BuildFactory() => new
Options
() { Threshold = Threshold, WindowSize = WindowSize };
3 references to Options
Microsoft.ML.FastTree (3)
Training\EarlyStoppingCriteria.cs (3)
15
[assembly: LoadableClass(typeof(GeneralityToProgressRatioRule), typeof(GeneralityToProgressRatioRule.
Options
), typeof(SignatureEarlyStoppingCriterion), "Generality to Progress Ratio (PQ)", "pq")]
27
[assembly: EntryPointModule(typeof(GeneralityToProgressRatioRule.
Options
))]
432
private GeneralityToProgressRatioRule(
Options
options, bool lowerIsBetter)