File rule_list_builder.hpp

namespace boosting
class RuleListBuilderFactory : public IModelBuilderFactory
#include <rule_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.

Public Functions

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

See also

IModelBuilderFactory::create