MixtureModel Parameters. More...
#include <MixtureModelPCAStrategy.h>
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. More... | |
| const Parameters & | operator= (const Parameters ¶ms) |
| Parameters () | |
| void | reset () throw ( te::rp::Exception ) |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| ~Parameters () | |
Definition at line 58 of file MixtureModelPCAStrategy.h.
| te::rp::MixtureModelPCAStrategy::Parameters::Parameters | ( | ) |
Definition at line 48 of file MixtureModelPCAStrategy.cpp.
References reset().
| te::rp::MixtureModelPCAStrategy::Parameters::~Parameters | ( | ) |
Definition at line 53 of file MixtureModelPCAStrategy.cpp.
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 68 of file MixtureModelPCAStrategy.cpp.
| const te::rp::MixtureModelPCAStrategy::Parameters & te::rp::MixtureModelPCAStrategy::Parameters::operator= | ( | const Parameters & | params | ) |
Definition at line 57 of file MixtureModelPCAStrategy.cpp.
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 64 of file MixtureModelPCAStrategy.cpp.
Referenced by Parameters().