1 instantiation of ConsecutiveGeneralityLossRule
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
480return new ConsecutiveGeneralityLossRule(this, lowerIsBetter);
4 references to ConsecutiveGeneralityLossRule
Microsoft.ML.FastTree (4)
Training\EarlyStoppingCriteria.cs (4)
16[assembly: LoadableClass(typeof(ConsecutiveGeneralityLossRule), typeof(ConsecutiveGeneralityLossRule.Options), typeof(SignatureEarlyStoppingCriterion), "Consecutive Loss in Generality (UP)", "up")] 22[assembly: EntryPointModule(typeof(ConsecutiveGeneralityLossRule))] 28[assembly: EntryPointModule(typeof(ConsecutiveGeneralityLossRule.Options))]