35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H 36 #define OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H 70 virtual void group(
const std::vector<FeatureMap>& maps,
ConsensusMap& out);
79 virtual void group(
const std::vector<ConsensusMap>& maps,
91 return "unlabeled_qt";
109 template <
typename MapType>
110 void group_(
const std::vector<MapType>& maps,
ConsensusMap& out);
115 #endif // OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for all feature grouping algorithms.
Definition: FeatureGroupingAlgorithm.h:50
static FeatureGroupingAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: FeatureGroupingAlgorithmQT.h:83
static String getProductName()
Returns the product name (for the Factory)
Definition: FeatureGroupingAlgorithmQT.h:89
A feature grouping algorithm for unlabeled data.
Definition: FeatureGroupingAlgorithmQT.h:53