#include <ClassifierMAPStrategy.h>
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. | |
| const OutputParameters & | operator= (const OutputParameters ¶ms) |
| OutputParameters () | |
| void | reset () |
| Clear all internal allocated resources and reset the parameters instance to its initial state. | |
| bool | serialize (AlgorithmParametersSerializer &serializer) const |
| Returns a parameter serialization object. | |
| ~OutputParameters () | |
Public Attributes | |
| te::cl::MAP::ModelParameters | m_MAPModelParams |
| The calculated model parameters. | |
Definition at line 106 of file ClassifierMAPStrategy.h.
| te::rp::ClassifierMAPStrategy::OutputParameters::OutputParameters | ( | ) |
Referenced by operator=().
| te::rp::ClassifierMAPStrategy::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
References te::common::AbstractParameters::AbstractParameters().
| const OutputParameters & te::rp::ClassifierMAPStrategy::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
References OutputParameters().
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
|
virtual |
Returns a parameter serialization object.
| serializer | The output serialization object. |
Reimplemented from te::rp::ClassifierStrategyOutParameters.
| te::cl::MAP::ModelParameters te::rp::ClassifierMAPStrategy::OutputParameters::m_MAPModelParams |
The calculated model parameters.
Definition at line 110 of file ClassifierMAPStrategy.h.