MixtureModel Parameters.
More...
#include <MixtureModelLinearStrategy.h>
◆ MethodType
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.
◆ Parameters()
te::rp::MixtureModelLinearStrategy::Parameters::Parameters |
( |
| ) |
|
◆ ~Parameters()
te::rp::MixtureModelLinearStrategy::Parameters::~Parameters |
( |
| ) |
|
◆ clone()
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::MixtureModelLinearStrategy::Parameters::operator= |
( |
const Parameters & |
params | ) |
|
◆ reset()
void te::rp::MixtureModelLinearStrategy::Parameters::reset |
( |
| ) |
|
|
virtual |
◆ serialize()
Returns a parameter serialization object.
- Parameters
-
serializer | The output serialization object. |
- Returns
- Returns true if ok, false on erros.
Reimplemented from te::rp::MixtureModelStrategyParameters.
◆ m_methodType
MethodType te::rp::MixtureModelLinearStrategy::Parameters::m_methodType |
The documentation for this class was generated from the following file: