|
DMP_BBO library
|
Meta-parameters for the GMR function approximator. More...
#include <MetaParametersGMR.hpp>


Public Member Functions | |
| MetaParametersGMR (int expected_input_dim, int number_of_gaussians) | |
| Constructor for the algorithmic meta-parameters of the GMR function approximator. More... | |
| MetaParametersGMR * | clone (void) const |
| Return a pointer to a deep copy of the MetaParameters object. More... | |
| std::string | toString (void) const |
| Returns a string representation of the object. More... | |
Public Member Functions inherited from MetaParameters | |
| MetaParameters (int expected_input_dim) | |
| Constructor. More... | |
| virtual | ~MetaParameters (void) |
| Virtual destructor, because this is a base class. | |
| int | getExpectedInputDim (void) const |
| The expected dimensionality of the input data. More... | |
| virtual int | getExpectedOutputDim (void) const |
| The expected dimensionality of the output data. More... | |
Friends | |
| class | FunctionApproximatorGMR |
| class | boost::serialization::access |
| Give boost serialization access to private members. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from MetaParameters | |
| MetaParameters (void) | |
| Default constructor. More... | |
Meta-parameters for the GMR function approximator.
Definition at line 35 of file MetaParametersGMR.hpp.
| MetaParametersGMR | ( | int | expected_input_dim, |
| int | number_of_gaussians | ||
| ) |
Constructor for the algorithmic meta-parameters of the GMR function approximator.
| [in] | expected_input_dim | Expected dimensionality of the input data |
| [in] | number_of_gaussians | Number of gaussians |
Definition at line 43 of file MetaParametersGMR.cpp.
|
virtual |
Return a pointer to a deep copy of the MetaParameters object.
Implements MetaParameters.
Definition at line 50 of file MetaParametersGMR.cpp.

|
virtual |
Returns a string representation of the object.
Implements MetaParameters.
Definition at line 64 of file MetaParametersGMR.cpp.
|
friend |
Give boost serialization access to private members.
Definition at line 61 of file MetaParametersGMR.hpp.
1.8.11