File regularization.hpp

namespace boosting
class IRegularizationConfig
#include <regularization.hpp>

Defines an interface for all classes that allow to configure a regularization term that affects the evaluation of rules.

Subclassed by boosting::ManualRegularizationConfig, boosting::NoRegularizationConfig

Public Functions

inline virtual ~IRegularizationConfig()
virtual float64 getWeight() const = 0

Determines and returns the weight of the regularization term according to the specified configuration.

Returns:

The weight of the regularization term