Classifier Parameters. More...
#include <ClassifierISOSegStrategy.h>
Public Types | |
| enum | DistanceType { InvalidDistanceType, MahalanobisDistanceType, BhattacharyyaDistanceType } |
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 () | |
Public Attributes | |
| double | m_acceptanceThreshold |
| The acceptance threshold (the closer to 100%, few clusters are created). More... | |
| DistanceType | m_distanceType |
| Distance type. More... | |
Definition at line 63 of file ClassifierISOSegStrategy.h.
| Enumerator | |
|---|---|
| InvalidDistanceType |
Invalid distance type. |
| MahalanobisDistanceType |
Mahalanobis Distance Type. |
| BhattacharyyaDistanceType |
Bhattacharyya Distance Type. |
Definition at line 71 of file ClassifierISOSegStrategy.h.
| te::rp::ClassifierISOSegStrategy::Parameters::Parameters | ( | ) |
| te::rp::ClassifierISOSegStrategy::Parameters::~Parameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const Parameters& te::rp::ClassifierISOSegStrategy::Parameters::operator= | ( | const Parameters & | params | ) |
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| double te::rp::ClassifierISOSegStrategy::Parameters::m_acceptanceThreshold |
The acceptance threshold (the closer to 100%, few clusters are created).
Definition at line 79 of file ClassifierISOSegStrategy.h.
| DistanceType te::rp::ClassifierISOSegStrategy::Parameters::m_distanceType |
Distance type.
Definition at line 78 of file ClassifierISOSegStrategy.h.