File stopping_criterion_no.hpp¶
-
class NoStoppingCriterionConfig : public IStoppingCriterionConfig¶
- #include <stopping_criterion_no.hpp>
Allows to configure a stopping criterion that does not actually stop the induction of rules.
Public Functions
-
virtual std::unique_ptr<IStoppingCriterionFactory> createStoppingCriterionFactory() const override¶
Creates and returns a new object of type
IStoppingCriterionFactoryaccording to the specified configuration.- Returns:
An unique pointer to an object of type
IStoppingCriterionFactorythat has been created
-
virtual std::unique_ptr<IStoppingCriterionFactory> createStoppingCriterionFactory() const override¶