File lift_function_no.hpp

namespace seco
class NoLiftFunctionConfig : public seco::ILiftFunctionConfig
#include <lift_function_no.hpp>

Allows to configure a lift function that does not affect the quality of rules.

Public Functions

virtual std::unique_ptr<ILiftFunctionFactory> createLiftFunctionFactory(const IRowWiseLabelMatrix &labelMatrix) const override

Creates and returns a new object of type ILiftFunctionFactory according to the specified configuration.

Parameters:

labelMatrix – A reference to an object of type IRowWiseLabelMatrix that provides row-wise access to the labels of the training examples

Returns:

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