2 instantiations of GeneralityLossRule
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
296return new GeneralityLossRule(this, lowerIsBetter);
Microsoft.ML.IntegrationTests (1)
Validation.cs (1)
125EarlyStoppingRule = new GeneralityLossRule()
5 references to GeneralityLossRule
Microsoft.ML.FastTree (5)
FastTreeArguments.cs (1)
705/// <see cref="EarlyStoppingRuleBase"/>'s implementations such as <see cref="TolerantEarlyStoppingRule"/> and <see cref="GeneralityLossRule"/>.
Training\EarlyStoppingCriteria.cs (4)
13[assembly: LoadableClass(typeof(GeneralityLossRule), typeof(GeneralityLossRule.Options), typeof(SignatureEarlyStoppingCriterion), "Loss of Generality (GL)", "gl")] 19[assembly: EntryPointModule(typeof(GeneralityLossRule))] 25[assembly: EntryPointModule(typeof(GeneralityLossRule.Options))]