te::cl::MaxLikelihood::Parameters Class Reference

Classifier Parameters. More...

#include <MaxLikelihood.h>

Inheritance diagram for te::cl::MaxLikelihood::Parameters:
te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Parametersoperator= (const Parameters &params)
 
 Parameters ()
 
void reset ()
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~Parameters ()
 

Detailed Description

Classifier Parameters.

Definition at line 63 of file MaxLikelihood.h.

Constructor & Destructor Documentation

◆ Parameters()

te::cl::MaxLikelihood::Parameters::Parameters ( )

◆ ~Parameters()

te::cl::MaxLikelihood::Parameters::~Parameters ( )

Member Function Documentation

◆ clone()

AbstractParameters* te::cl::MaxLikelihood::Parameters::clone ( ) const
virtual

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::cl::MaxLikelihood::Parameters::operator= ( const Parameters params)

◆ reset()

void te::cl::MaxLikelihood::Parameters::reset ( )
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.


The documentation for this class was generated from the following file: