File decision_list_builder.hpp

namespace seco
class DecisionListBuilderFactory : public IModelBuilderFactory
#include <decision_list_builder.hpp>

Allows to create instances of the type IModelBuilder that build models that store several rules in the order they have been added, except for the default rule, which is always located at the end.

Public Functions

std::unique_ptr<IModelBuilder> create() const override

See also

IModelBuilderFactory::create