NLargest removes all but the n largest peaks.
More...
#include <OpenMS/FILTERING/TRANSFORMERS/NLargest.h>
List of all members.
Detailed Description
NLargest removes all but the n largest peaks.
Parameters of this class are:
| Name | Type | Default | Restrictions | Description |
| n |
int | 200 |
| The number of peaks to keep |
Note:
- If a section name is documented, the documentation is displayed as tooltip.
- Advanced parameter names are italic.
Constructor & Destructor Documentation
Member Function Documentation
| void filterPeakMap |
( |
PeakMap & |
exp |
) |
|
| void filterSpectrum |
( |
SpectrumType & |
spectrum |
) |
[inline] |
| void init_ |
( |
|
) |
[protected] |
handles the initialization of the default parameters for the 2 constructors
| void updateMembers_ |
( |
|
) |
[protected, virtual] |
This method is used to update extra member variables at the end of the setParameters() method.
Also call it at the end of the derived classes' copy constructor and assignment operator.
The default implementation is empty.
Reimplemented from DefaultParamHandler.
Member Data Documentation
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |