1 instantiation of Options
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
528internal override IEarlyStoppingCriterionFactory BuildFactory() => new Options() { WindowSize = WindowSize };
3 references to Options
Microsoft.ML.FastTree (3)
Training\EarlyStoppingCriteria.cs (3)
16[assembly: LoadableClass(typeof(ConsecutiveGeneralityLossRule), typeof(ConsecutiveGeneralityLossRule.Options), typeof(SignatureEarlyStoppingCriterion), "Consecutive Loss in Generality (UP)", "up")] 28[assembly: EntryPointModule(typeof(ConsecutiveGeneralityLossRule.Options))] 504private ConsecutiveGeneralityLossRule(Options options, bool lowerIsBetter)