35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTEVALUATIONALGORITHMRECALL_H 36 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTEVALUATIONALGORITHMRECALL_H 62 virtual void evaluate(
const ConsensusMap & consensus_map_in,
const ConsensusMap & consensus_map_gt,
const double & rt_dev,
const double & mz_dev,
const Peak2D::IntensityType & int_dev,
const bool use_charge,
double & out);
87 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTEVALUATIONALGORITHMRECALL_H
A more convenient string class.
Definition: String.h:57
static String getProductName()
Returns the product name (for the Factory)
Definition: MapAlignmentEvaluationAlgorithmRecall.h:71
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static MapAlignmentEvaluationAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: MapAlignmentEvaluationAlgorithmRecall.h:65
Base class for all Caap evaluation algorithms.
Definition: MapAlignmentEvaluationAlgorithm.h:48
Caap evaluation algorithm to obtain a recall value.
Definition: MapAlignmentEvaluationAlgorithmRecall.h:49