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 () |
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... | |
~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 69 of file ClassifierISOSegStrategy.h.
Enumerator | |
---|---|
InvalidDistanceType | Invalid distance type. |
MahalanobisDistanceType | Mahalanobis Distance Type. |
BhattacharyyaDistanceType | Bhattacharyya Distance Type. |
Definition at line 77 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.
|
virtual |
Returns a parameter serialization object.
serializer | The output serialization object. |
Reimplemented from te::rp::ClassifierStrategyParameters.
double te::rp::ClassifierISOSegStrategy::Parameters::m_acceptanceThreshold |
The acceptance threshold (the closer to 100%, few clusters are created).
Definition at line 85 of file ClassifierISOSegStrategy.h.
DistanceType te::rp::ClassifierISOSegStrategy::Parameters::m_distanceType |
Distance type.
Definition at line 84 of file ClassifierISOSegStrategy.h.