OOPS
|
A subclass of LinearModelParametersBase storing the values of all options in a single Configuration object. More...
#include <LinearModelBase.h>
Public Attributes | |
ConfigurationParameter | config {this} |
![]() | |
OptionalParameter< std::string > | name {"name", this} |
LinearModel name. More... | |
A subclass of LinearModelParametersBase storing the values of all options in a single Configuration object.
This object can be accessed by calling the value() method of the config
member variable.
The ConfigurationParameter class does not perform any parameter validation; linear models using GenericLinearModelParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of LinearModelParametersBase storing each parameter in a separate (Optional/Required)Parameter object.
Definition at line 136 of file generic/LinearModelBase.h.
ConfigurationParameter oops::GenericLinearModelParameters::config {this} |
Definition at line 139 of file generic/LinearModelBase.h.