36 #ifndef OPENMS_ANALYSIS_MAPMATCHING_SIMPLEPAIRFINDER_H
37 #define OPENMS_ANALYSIS_MAPMATCHING_SIMPLEPAIRFINDER_H
41 #define V_SimplePairFinder(bla)
115 void run(
const std::vector<ConsensusMap> & input_maps,
ConsensusMap & result_map)
override;
123 double diff_exponent_[2];
126 double diff_intercept_[2];
The base class of all element group finding algorithms.
Definition: BaseGroupFinder.h:64
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:71
A container for consensus elements.
Definition: ConsensusMap.h:88
This class implements a simple point pair finding algorithm.
Definition: SimplePairFinder.h:83
SimplePairFinder()
Constructor.
~SimplePairFinder() override
Destructor.
Definition: SimplePairFinder.h:91
void run(const std::vector< ConsensusMap > &input_maps, ConsensusMap &result_map) override
Run the algorithm.
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
BaseGroupFinder Base
Base class.
Definition: SimplePairFinder.h:86
double similarity_(ConsensusFeature const &left, ConsensusFeature const &right) const
Compute the similarity for a pair of elements.
double pair_min_quality_
Minimal pair quality.
Definition: SimplePairFinder.h:129
static BaseGroupFinder * create()
returns an instance of this class
Definition: SimplePairFinder.h:96
static const String getProductName()
returns the name of this module
Definition: SimplePairFinder.h:102
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47