te::cl::MAP::Parameters Class Reference

Classifier Parameters. More...

#include <MAP.h>

Inheritance diagram for te::cl::MAP::Parameters:
te::common::AbstractParameters

Public Member Functions

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

Public Attributes

unsigned int m_prioriCalcSampleStep
 A positive non-zero sample step used when calculating piori probabilities (default:5 - 1/5 of samples will be used);. More...
 
std::vector< double > m_prioriProbs
 Priori probabilities, one for each class. Values from 0 to 1 (use an empty vector to allow internal calcule of priori probabilities). More...
 

Detailed Description

Classifier Parameters.

Definition at line 62 of file MAP.h.

Constructor & Destructor Documentation

te::cl::MAP::Parameters::Parameters ( )
te::cl::MAP::Parameters::~Parameters ( )

Member Function Documentation

AbstractParameters* te::cl::MAP::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.

const Parameters& te::cl::MAP::Parameters::operator= ( const Parameters params)
void te::cl::MAP::Parameters::reset ( )
throw (te::cl::Exception
)
virtual

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

Implements te::common::AbstractParameters.

Member Data Documentation

unsigned int te::cl::MAP::Parameters::m_prioriCalcSampleStep

A positive non-zero sample step used when calculating piori probabilities (default:5 - 1/5 of samples will be used);.

Definition at line 67 of file MAP.h.

std::vector< double > te::cl::MAP::Parameters::m_prioriProbs

Priori probabilities, one for each class. Values from 0 to 1 (use an empty vector to allow internal calcule of priori probabilities).

Definition at line 66 of file MAP.h.


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