Lowess (non-linear) model for transformations. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/TransformationModelLowess.h>
Public Member Functions | |
| TransformationModelLowess (const DataPoints &data, const Param ¶ms) | |
| Constructor. More... | |
| ~TransformationModelLowess () | |
| Destructor. More... | |
| virtual double | evaluate (double value) const |
| Evaluates the model at the given value. More... | |
Public Member Functions inherited from TransformationModel | |
| TransformationModel () | |
| Constructor. More... | |
| TransformationModel (const TransformationModel::DataPoints &, const Param &) | |
| virtual | ~TransformationModel () |
| Destructor. More... | |
| const Param & | getParameters () const |
| Gets the (actual) parameters. More... | |
Static Public Member Functions | |
| static void | getDefaultParameters (Param ¶ms) |
| Gets the default parameters. More... | |
Static Public Member Functions inherited from TransformationModel | |
| static void | getDefaultParameters (Param ¶ms) |
| Gets the default parameters. More... | |
Protected Attributes | |
| TransformationModelInterpolated * | model_ |
| Pointer to the underlying interpolation. More... | |
Protected Attributes inherited from TransformationModel | |
| Param | params_ |
| Parameters. More... | |
Additional Inherited Members | |
Public Types inherited from TransformationModel | |
| typedef std::pair< double, double > | DataPoint |
| Coordinate pair. More... | |
| typedef std::vector< DataPoint > | DataPoints |
| Vector of coordinate pairs. More... | |
Lowess (non-linear) model for transformations.
| TransformationModelLowess | ( | const DataPoints & | data, |
| const Param & | params | ||
| ) |
Constructor.
| Exception::IllegalArgument | is thrown if too few data points are provided. |
Destructor.
Evaluates the model at the given value.
Reimplemented from TransformationModel.
References TransformationModel::getParameters().
|
static |
Gets the default parameters.
|
protected |
Pointer to the underlying interpolation.
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:14 using doxygen 1.8.13 |