1 instantiation of Options
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
342
internal override IEarlyStoppingCriterionFactory BuildFactory() => new
Options
() { Threshold = Threshold };
3 references to Options
Microsoft.ML.FastTree (3)
Training\EarlyStoppingCriteria.cs (3)
13
[assembly: LoadableClass(typeof(GeneralityLossRule), typeof(GeneralityLossRule.
Options
), typeof(SignatureEarlyStoppingCriterion), "Loss of Generality (GL)", "gl")]
25
[assembly: EntryPointModule(typeof(GeneralityLossRule.
Options
))]
320
private GeneralityLossRule(
Options
options, bool lowerIsBetter)