#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/MaxLikeliFitter1D.h>
Public Member Functions | |
MaxLikeliFitter1D () | |
default constructor | |
MaxLikeliFitter1D (const MaxLikeliFitter1D &source) | |
copy constructor | |
virtual | ~MaxLikeliFitter1D () |
destructor | |
virtual MaxLikeliFitter1D & | operator= (const MaxLikeliFitter1D &source) |
assignment operator | |
Protected Member Functions | |
QualityType | fitOffset_ (InterpolationModel *model, const RawDataArrayType &set, const CoordinateType stdev1, const CoordinateType stdev2, const CoordinateType offset_step) |
fit an offset on the basis of the pearson correlation coefficient | |
void | updateMembers_ () |
This method is used to update extra member variables at the end of the setParam() method. |
MaxLikeliFitter1D | ( | ) | [inline] |
default constructor
MaxLikeliFitter1D | ( | const MaxLikeliFitter1D & | source | ) | [inline] |
copy constructor
virtual ~MaxLikeliFitter1D | ( | ) | [inline, virtual] |
destructor
virtual MaxLikeliFitter1D& operator= | ( | const MaxLikeliFitter1D & | source | ) | [inline, virtual] |
assignment operator
QualityType fitOffset_ | ( | InterpolationModel * | model, | |
const RawDataArrayType & | set, | |||
const CoordinateType | stdev1, | |||
const CoordinateType | stdev2, | |||
const CoordinateType | offset_step | |||
) | [inline, protected] |
fit an offset on the basis of the pearson correlation coefficient
void updateMembers_ | ( | ) | [inline, protected, virtual] |
This method is used to update extra member variables at the end of the setParam() method.
Also call it at the end of the derived classes' copy constructor and assignment operator.
The default implementation is empty.
Reimplemented from Fitter1D.
Reimplemented in BiGaussFitter1D, ExtendedIsotopeFitter1D, GaussFitter1D, and IsotopeFitter1D.
Generated Tue Apr 1 15:36:47 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |