|
OpenMS
2.5.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
73 double evaluate(
double value)
const override;
78 void getParameters(
double& slope,
double& intercept,
String& x_weight,
String& y_weight,
double& x_datum_min,
double& x_datum_max,
double& y_datum_min,
double& y_datum_max)
const;
81 static void getDefaultParameters(
Param& params);
Management and storage of parameters / INI files.
Definition: Param.h:73
Linear model for transformations.
Definition: TransformationModelLinear.h:58
double slope_
Parameters of the linear model.
Definition: TransformationModelLinear.h:92
bool symmetric_
Use symmetric regression?
Definition: TransformationModelLinear.h:96
const Param & getParameters() const
Gets the (actual) parameters.
Base class for transformation models.
Definition: TransformationModel.h:53
std::vector< DataPoint > DataPoints
Vector of coordinate pairs.
Definition: TransformationModel.h:90
A more convenient string class.
Definition: String.h:58
bool data_given_
Was the model estimated from data?
Definition: TransformationModelLinear.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46