PeakFinder implementation based on signal-to-noise ratio.
More...
#include <PeakFinder.hpp>
PeakFinder implementation based on signal-to-noise ratio.
Definition at line 52 of file PeakFinder.hpp.
§ PeakFinder_SNR()
pwiz::analysis::PeakFinder_SNR::PeakFinder_SNR |
( |
boost::shared_ptr< NoiseCalculator > |
noiseCalculator, |
|
|
const Config & |
config = Config() |
|
) |
| |
§ findPeaks()
virtual void pwiz::analysis::PeakFinder_SNR::findPeaks |
( |
const math::OrderedPairContainerRef & |
pairs, |
|
|
std::vector< size_t > & |
resultIndices |
|
) |
| const |
|
virtual |
§ noiseCalculator_
boost::shared_ptr<NoiseCalculator> pwiz::analysis::PeakFinder_SNR::noiseCalculator_ |
|
private |
§ config_
Config pwiz::analysis::PeakFinder_SNR::config_ |
|
private |
The documentation for this class was generated from the following file: