4 types derived from EarlyStoppingRule
Microsoft.ML.FastTree (4)
Training\EarlyStoppingCriteria.cs (4)
116public sealed class TolerantEarlyStoppingRule : EarlyStoppingRule 179public abstract class MovingWindowRule : EarlyStoppingRule 283public sealed class GeneralityLossRule : EarlyStoppingRule 467public sealed class ConsecutiveGeneralityLossRule : EarlyStoppingRule
1 instantiation of EarlyStoppingRule
Microsoft.ML.FastTree (1)
Training\EarlyStoppingCriteria.cs (1)
94/// Lazy constructor. It doesn't initialize anything because in runtime, <see cref="EarlyStoppingRule.EarlyStoppingRule(bool)"/> will be
2 references to EarlyStoppingRule
Microsoft.ML.FastTree (2)
Training\EarlyStoppingCriteria.cs (2)
36/// Used for setting <see cref="EarlyStoppingRule"/> <see cref="BoostedTreeOptions.EarlyStoppingRule"/>. 94/// Lazy constructor. It doesn't initialize anything because in runtime, <see cref="EarlyStoppingRule.EarlyStoppingRule(bool)"/> will be