MixtureModel Parameters. More...
#include <MixtureModelLinearStrategy.h>
Public Types | |
| enum | MethodType { InvalidMethodT, LST, RLS3T } |
Public Member Functions | |
| te::common::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 | |
| MethodType | m_methodType |
Definition at line 65 of file MixtureModelLinearStrategy.h.
| Enumerator | |
|---|---|
| InvalidMethodT | Invalid type. |
| LST | Least Square Method. |
| RLS3T | Resticted Least Square Method (only 3 components, 4 bands). |
Definition at line 72 of file MixtureModelLinearStrategy.h.
| te::rp::MixtureModelLinearStrategy::Parameters::Parameters | ( | ) |
| te::rp::MixtureModelLinearStrategy::Parameters::~Parameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const Parameters& te::rp::MixtureModelLinearStrategy::Parameters::operator= | ( | const Parameters & | params | ) |
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
| MethodType te::rp::MixtureModelLinearStrategy::Parameters::m_methodType |
Definition at line 79 of file MixtureModelLinearStrategy.h.