A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
LOWESS (locally weighted scatterplot smoothing).
Definition: LowessSmoothing.h:62
void smoothData(const DoubleVector &, const DoubleVector &, DoubleVector &)
Smoothing method that receives x and y coordinates (e.g., RT and intensities) and computes smoothed i...
double window_size_
Definition: LowessSmoothing.h:79
double tricube_(double, double)
std::vector< double > DoubleVector
Definition: LowessSmoothing.h:70
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
~LowessSmoothing() override
Destructor.
LowessSmoothing()
Default constructor.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47