OpenMS
Loading...
Searching...
No Matches
MapAlignmentEvaluationAlgorithmRecall.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Katharina Albers $
7// --------------------------------------------------------------------------
8
9#pragma once
10
12
13namespace OpenMS
14{
24 {
25public:
28
31
35 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) override;
36
37private:
38
43
44 };
45
46} // namespace OpenMS
47
A container for consensus elements.
Definition ConsensusMap.h:68
Caap evaluation algorithm to obtain a recall value.
Definition MapAlignmentEvaluationAlgorithmRecall.h:24
MapAlignmentEvaluationAlgorithmRecall & operator=(const MapAlignmentEvaluationAlgorithmRecall &)
Assignment operator intentionally not implemented -> private.
MapAlignmentEvaluationAlgorithmRecall()
Default constructor.
MapAlignmentEvaluationAlgorithmRecall(const MapAlignmentEvaluationAlgorithmRecall &)
Copy constructor intentionally not implemented -> private.
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) override
Applies the algorithm.
~MapAlignmentEvaluationAlgorithmRecall() override
Destructor.
Base class for all Caap evaluation algorithms.
Definition MapAlignmentEvaluationAlgorithm.h:22
float IntensityType
Intensity type.
Definition Peak2D.h:37
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19