Classifier Parameters. More...
#include <MaxLikelihood.h>
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. | |
| const Parameters & | operator= (const Parameters ¶ms) |
| Parameters () | |
| void | reset () |
| Clear all internal allocated resources and reset the parameters instance to its initial state. | |
| ~Parameters () | |
Classifier Parameters.
Definition at line 63 of file MaxLikelihood.h.
| te::cl::MaxLikelihood::Parameters::Parameters | ( | ) |
| te::cl::MaxLikelihood::Parameters::~Parameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const Parameters & te::cl::MaxLikelihood::Parameters::operator= | ( | const Parameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.