OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of LinearModelParametersBase. More...
#include <LinearModelBase.h>
Public Attributes | |
RequiredPolymorphicParameter< LinearModelParametersBase, LinearModelFactory< MODEL > > | linearModelParameters {"name", this} |
Contains a polymorphic parameter holding an instance of a subclass of LinearModelParametersBase.
Definition at line 147 of file generic/LinearModelBase.h.
RequiredPolymorphicParameter<LinearModelParametersBase, LinearModelFactory<MODEL> > oops::LinearModelParametersWrapper< MODEL >::linearModelParameters {"name", this} |
After deserializtion, holds an instance of a subclass of LinearModelParametersBase controlling the behavior of a linear model. The type of the subclass is determined by the value of the "name" key in the Configuration object from which this object is deserialized.
Definition at line 154 of file generic/LinearModelBase.h.