2 types derived from MovingWindowRule
Microsoft.ML.FastTree (2)
Training\EarlyStoppingCriteria.cs (2)
349
public sealed class LowProgressRule :
MovingWindowRule
409
public sealed class GeneralityToProgressRatioRule :
MovingWindowRule
5 references to MovingWindowRule
Microsoft.ML.FastTree (5)
Training\EarlyStoppingCriteria.cs (5)
353
internal new sealed class Options :
MovingWindowRule
.Options, IEarlyStoppingCriterionFactory
363
/// It will terminate the training process if the average of the recent <see cref="
MovingWindowRule
.WindowSize"/> validation scores
368
/// <param name="windowSize">See <see cref="
MovingWindowRule
.WindowSize"/>.</param>
413
internal new sealed class Options :
MovingWindowRule
.Options, IEarlyStoppingCriterionFactory
425
/// <param name="windowSize">See <see cref="
MovingWindowRule
.WindowSize"/>.</param>