1 write to EarlyStoppingRuleFactory
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
713
EarlyStoppingRuleFactory
= _earlyStoppingRuleBase.BuildFactory();
8 references to EarlyStoppingRuleFactory
Microsoft.ML.FastTree (8)
BoostingFastTree.cs (4)
53
bool doEarlyStop = FastTreeTrainerOptions.
EarlyStoppingRuleFactory
!= null;
121
if (FastTreeTrainerOptions.
EarlyStoppingRuleFactory
== null)
137
if (FastTreeTrainerOptions.
EarlyStoppingRuleFactory
!= null)
138
earlyStoppingRule = FastTreeTrainerOptions.
EarlyStoppingRuleFactory
.CreateComponent(Host, lowerIsBetter);
FastTreeArguments.cs (1)
699
/// The underlying state of <see cref="
EarlyStoppingRuleFactory
"/> and <see cref="EarlyStoppingRule"/>.
FastTreeRanking.cs (1)
185
bool doEarlyStop = FastTreeTrainerOptions.
EarlyStoppingRuleFactory
!= null ||
FastTreeRegression.cs (1)
133
bool doEarlyStop = FastTreeTrainerOptions.
EarlyStoppingRuleFactory
!= null ||
FastTreeTweedie.cs (1)
149
bool doEarlyStop = FastTreeTrainerOptions.
EarlyStoppingRuleFactory
!= null ||