130 if (seeds.size() != 0)
132 throw Exception::IllegalArgument(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION,
"The used feature detection algorithm does not support user-specified seed lists!");
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
Param defaults_
Container for default parameters. This member should be filled in the constructor of derived classes!
Definition: DefaultParamHandler.h:169
A method or algorithm argument contains illegal values.
Definition: Exception.h:656
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:76
virtual void run()=0
Main method that implements the actual algorithm.
virtual void setSeeds(const FeatureMap &seeds)
Sets a reference to the calling FeatureFinder.
Definition: FeatureFinderAlgorithm.h:128
const MapType * map_
Input data pointer.
Definition: FeatureFinderAlgorithm.h:139
void setData(const MapType &map, FeatureMap &features, FeatureFinder &ff)
Sets a reference to the calling FeatureFinder.
Definition: FeatureFinderAlgorithm.h:116
~FeatureFinderAlgorithm() override
destructor
Definition: FeatureFinderAlgorithm.h:95
static void registerChildren()
register all derived classes here (see FeatureFinderAlgorithm_impl.h)
FeatureFinderAlgorithm(const FeatureFinderAlgorithm &)
Not implemented.
PeakMap MapType
Input map type.
Definition: FeatureFinderAlgorithm.h:79
FeatureFinderAlgorithm()
default constructor
Definition: FeatureFinderAlgorithm.h:86
FeatureFinderAlgorithm & operator=(const FeatureFinderAlgorithm &)
Not implemented.
virtual Param getDefaultParameters() const
Returns the default parameters. Reimplement.
Definition: FeatureFinderAlgorithm.h:110
FeatureMap * features_
Output data pointer.
Definition: FeatureFinderAlgorithm.h:142
MapType::IntensityType IntensityType
Intensity type of peaks.
Definition: FeatureFinderAlgorithm.h:83
FeatureFinder * ff_
Pointer to the calling FeatureFinder that is used to access the feature flags.
Definition: FeatureFinderAlgorithm.h:145
MapType::CoordinateType CoordinateType
Coordinate/Position type of peaks.
Definition: FeatureFinderAlgorithm.h:81
The main feature finder class.
Definition: FeatureFinder.h:59
A container for features.
Definition: FeatureMap.h:105
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
PeakType::CoordinateType CoordinateType
Coordinate type of peak positions.
Definition: MSExperiment.h:95
PeakType::IntensityType IntensityType
Intensity type of peaks.
Definition: MSExperiment.h:97
Management and storage of parameters / INI files.
Definition: Param.h:70
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Summary of fitting results.
Definition: FeatureFinderAlgorithm.h:52
std::map< String, UInt > exception
count exceptions
Definition: FeatureFinderAlgorithm.h:53
std::map< float, UInt > mz_stdev
count used mz standard deviations
Definition: FeatureFinderAlgorithm.h:56
double corr_max
Definition: FeatureFinderAlgorithm.h:58
std::vector< UInt > charge
count used charges
Definition: FeatureFinderAlgorithm.h:57
std::map< String, UInt > mz_model
count used mz models
Definition: FeatureFinderAlgorithm.h:55
UInt no_exceptions
Definition: FeatureFinderAlgorithm.h:54
Summary()
Initial values.
Definition: FeatureFinderAlgorithm.h:61