te::rp::ClassifierMaxLikelihoodStrategy::Parameters Class Reference

Classifier Parameters. More...

#include <ClassifierMaxLikelihoodStrategy.h>

Inheritance diagram for te::rp::ClassifierMaxLikelihoodStrategy::Parameters:
te::rp::ClassifierStrategyParameters te::common::AbstractParameters

Public Types

typedef unsigned int ClassIDT
 Class ID type definition (zero means invalid ID). More...
 
typedef std::vector< ClassSampleTClassSamplesContainerT
 Class samples container type definition. More...
 
typedef std::vector< double > ClassSampleT
 Class sample type definition. More...
 
typedef std::map< ClassIDT, ClassSamplesContainerTMClassesSamplesCT
 Multi-classes samples container type definition. More...
 
typedef boost::shared_ptr< MClassesSamplesCTMClassesSamplesCTPtr
 A shared pointer to a multi classes samples container type definition. More...
 

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Parametersoperator= (const Parameters &params)
 
 Parameters ()
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~Parameters ()
 

Public Attributes

bool m_applyICM
 Apply a Iterated conditional modes iteractive filtering (default:false);. More...
 
float m_icmChangesThreshold
 Minimum porcentage of number of pixel that changes from one iteration to the other [valid values range:1-100, default:10)]. More...
 
unsigned int m_icmMaxIterations
 Maximum number of ICM iterations to perform (default 10). More...
 
MClassesSamplesCTPtr m_trainSamplesPtr
 A shared pointer to a always-valid structure where trainning samples are stored. More...
 

Detailed Description

Member Typedef Documentation

◆ ClassIDT

Class ID type definition (zero means invalid ID).

Definition at line 66 of file ClassifierMaxLikelihoodStrategy.h.

◆ ClassSamplesContainerT

Class samples container type definition.

Definition at line 70 of file ClassifierMaxLikelihoodStrategy.h.

◆ ClassSampleT

Class sample type definition.

Definition at line 68 of file ClassifierMaxLikelihoodStrategy.h.

◆ MClassesSamplesCT

Multi-classes samples container type definition.

Definition at line 72 of file ClassifierMaxLikelihoodStrategy.h.

◆ MClassesSamplesCTPtr

A shared pointer to a multi classes samples container type definition.

Definition at line 74 of file ClassifierMaxLikelihoodStrategy.h.

Constructor & Destructor Documentation

◆ Parameters()

te::rp::ClassifierMaxLikelihoodStrategy::Parameters::Parameters ( )

◆ ~Parameters()

te::rp::ClassifierMaxLikelihoodStrategy::Parameters::~Parameters ( )

Member Function Documentation

◆ clone()

AbstractParameters* te::rp::ClassifierMaxLikelihoodStrategy::Parameters::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 Parameters& te::rp::ClassifierMaxLikelihoodStrategy::Parameters::operator= ( const Parameters params)

◆ reset()

void te::rp::ClassifierMaxLikelihoodStrategy::Parameters::reset ( )
throw (te::rp::Exception
)
virtual

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

Implements te::common::AbstractParameters.

Member Data Documentation

◆ m_applyICM

bool te::rp::ClassifierMaxLikelihoodStrategy::Parameters::m_applyICM

Apply a Iterated conditional modes iteractive filtering (default:false);.

Definition at line 78 of file ClassifierMaxLikelihoodStrategy.h.

◆ m_icmChangesThreshold

float te::rp::ClassifierMaxLikelihoodStrategy::Parameters::m_icmChangesThreshold

Minimum porcentage of number of pixel that changes from one iteration to the other [valid values range:1-100, default:10)].

Definition at line 80 of file ClassifierMaxLikelihoodStrategy.h.

◆ m_icmMaxIterations

unsigned int te::rp::ClassifierMaxLikelihoodStrategy::Parameters::m_icmMaxIterations

Maximum number of ICM iterations to perform (default 10).

Definition at line 82 of file ClassifierMaxLikelihoodStrategy.h.

◆ m_trainSamplesPtr

MClassesSamplesCTPtr te::rp::ClassifierMaxLikelihoodStrategy::Parameters::m_trainSamplesPtr

A shared pointer to a always-valid structure where trainning samples are stored.

Definition at line 76 of file ClassifierMaxLikelihoodStrategy.h.


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