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