|
OpenMS
2.6.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
95 double evaluate(
double value)
const override;
98 static void getDefaultParameters(
Param& params);
117 virtual void init(std::vector<double>& x, std::vector<double>& y) = 0;
126 virtual double eval(
const double& x)
const = 0;
136 std::vector<double>
x_;
139 std::vector<double>
y_;
151 void preprocessDataPoints_(
const DataPoints& data);
154 void preprocessDataPoints_(
const std::vector<std::pair<double,double>>& data);
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Management and storage of parameters / INI files.
Definition: Param.h:73