1 override of ShouldStop
Microsoft.ML.FastTree (1)
BoostingFastTree.cs (1)
119
private protected override bool
ShouldStop
(IChannel ch, ref EarlyStoppingRuleBase earlyStoppingRule, ref int bestIteration)
1 reference to ShouldStop
Microsoft.ML.FastTree (1)
FastTree.cs (1)
733
if (
ShouldStop
(ch, ref earlyStoppingRule, ref bestIteration))