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 IStoppingCriterionFactory according to the specified configuration.

Returns:

An unique pointer to an object of type IStoppingCriterionFactory that has been created