Loading...
Searching...
No Matches
te::rp::ClassifierMAPStrategy::OutputParameters Class Reference

#include <ClassifierMAPStrategy.h>

Inheritance diagram for te::rp::ClassifierMAPStrategy::OutputParameters:
te::rp::ClassifierStrategyOutParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const OutputParametersoperator= (const OutputParameters &params)
 
 OutputParameters ()
 
void reset ()
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
bool serialize (AlgorithmParametersSerializer &serializer) const
 Returns a parameter serialization object. More...
 
 ~OutputParameters ()
 

Public Attributes

te::cl::MAP::ModelParameters m_MAPModelParams
 The calculated model parameters. More...
 

Detailed Description

Definition at line 106 of file ClassifierMAPStrategy.h.

Constructor & Destructor Documentation

◆ OutputParameters()

te::rp::ClassifierMAPStrategy::OutputParameters::OutputParameters ( )

◆ ~OutputParameters()

te::rp::ClassifierMAPStrategy::OutputParameters::~OutputParameters ( )

Member Function Documentation

◆ clone()

AbstractParameters * te::rp::ClassifierMAPStrategy::OutputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

◆ operator=()

const OutputParameters & te::rp::ClassifierMAPStrategy::OutputParameters::operator= ( const OutputParameters params)

◆ reset()

void te::rp::ClassifierMAPStrategy::OutputParameters::reset ( )
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

◆ serialize()

bool te::rp::ClassifierMAPStrategy::OutputParameters::serialize ( AlgorithmParametersSerializer serializer) const
virtual

Returns a parameter serialization object.

Parameters
serializerThe output serialization object.
Returns
Returns true if ok, false on erros.

Reimplemented from te::rp::ClassifierStrategyOutParameters.

Member Data Documentation

◆ m_MAPModelParams

te::cl::MAP::ModelParameters te::rp::ClassifierMAPStrategy::OutputParameters::m_MAPModelParams

The calculated model parameters.

Definition at line 110 of file ClassifierMAPStrategy.h.


The documentation for this class was generated from the following file: