Caap evaluation algorithm to obtain a precision value. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/MapAlignmentEvaluationAlgorithmPrecision.h>
Public Member Functions | |
| MapAlignmentEvaluationAlgorithmPrecision () | |
| Default constructor. | |
| virtual | ~MapAlignmentEvaluationAlgorithmPrecision () |
| Destructor. | |
| virtual void | evaluate (const ConsensusMap &consensus_map_in, const ConsensusMap &consensus_map_gt, const DoubleReal &rt_dev, const DoubleReal &mz_dev, const Peak2D::IntensityType &int_dev, const bool use_charge, DoubleReal &out) |
| Applies the algorithm. | |
Static Public Member Functions | |
| static MapAlignmentEvaluationAlgorithm * | create () |
| Creates a new instance of this class (for Factory). | |
| static String | getProductName () |
| Returns the product name (for the Factory). | |
Private Member Functions | |
| MapAlignmentEvaluationAlgorithmPrecision (const MapAlignmentEvaluationAlgorithmPrecision &) | |
| Copy constructor intentionally not implemented -> private. | |
| MapAlignmentEvaluationAlgorithmPrecision & | operator= (const MapAlignmentEvaluationAlgorithmPrecision &) |
| Assignment operator intentionally not implemented -> private. | |
Caap evaluation algorithm to obtain a precision value.
It evaluates an input consensus map with respect to a ground truth.
Default constructor.
| virtual ~MapAlignmentEvaluationAlgorithmPrecision | ( | ) | [virtual] |
Destructor.
| MapAlignmentEvaluationAlgorithmPrecision | ( | const MapAlignmentEvaluationAlgorithmPrecision & | ) | [private] |
Copy constructor intentionally not implemented -> private.
| static MapAlignmentEvaluationAlgorithm* create | ( | ) | [inline, static] |
Creates a new instance of this class (for Factory).
| virtual void evaluate | ( | const ConsensusMap & | consensus_map_in, | |
| const ConsensusMap & | consensus_map_gt, | |||
| const DoubleReal & | rt_dev, | |||
| const DoubleReal & | mz_dev, | |||
| const Peak2D::IntensityType & | int_dev, | |||
| const bool | use_charge, | |||
| DoubleReal & | out | |||
| ) | [virtual] |
Applies the algorithm.
Implements MapAlignmentEvaluationAlgorithm.
| MapAlignmentEvaluationAlgorithmPrecision& operator= | ( | const MapAlignmentEvaluationAlgorithmPrecision & | ) | [private] |
Assignment operator intentionally not implemented -> private.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |