2 writes to WindowSize
Microsoft.ML.FastTree (2)
Training\EarlyStoppingCriteria.cs (2)
213
WindowSize
= windowSize;
224
WindowSize
= windowSize;
7 references to WindowSize
Microsoft.ML.FastTree (7)
Training\EarlyStoppingCriteria.cs (7)
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>
392
if (CheckRecentScores(trainingScore,
WindowSize
, out recentBest, out recentAverage))
403
internal override IEarlyStoppingCriterionFactory BuildFactory() => new Options() { Threshold = Threshold, WindowSize =
WindowSize
};
425
/// <param name="windowSize">See <see cref="MovingWindowRule.
WindowSize
"/>.</param>
449
if (CheckRecentScores(trainingScore,
WindowSize
, out recentBest, out recentAverage))
461
internal override IEarlyStoppingCriterionFactory BuildFactory() => new Options() { Threshold = Threshold, WindowSize =
WindowSize
};