2 writes to WindowSize
Microsoft.ML.FastTree (2)
Training\EarlyStoppingCriteria.cs (2)
500
WindowSize
= windowSize;
508
WindowSize
= options.WindowSize;
3 references to WindowSize
Microsoft.ML.FastTree (3)
Training\EarlyStoppingCriteria.cs (3)
493
/// Creates a rule which terminates the training process if the validation score is not improved in <see cref="
WindowSize
"/> consecutive iterations.
524
return (_count >=
WindowSize
);
528
internal override IEarlyStoppingCriterionFactory BuildFactory() => new Options() { WindowSize =
WindowSize
};