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