Marsyas
0.6.0-alpha
|
Assigns clustering labels to the "pkGroup" feature of the input peak realvec, based on the information received at the mrs_realvec/labels control. More...
#include <PeakLabeler.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PeakLabeler (std::string name) | |
PeakLabeler (const PeakLabeler &a) | |
~PeakLabeler () |
Assigns clustering labels to the "pkGroup" feature of the input peak realvec, based on the information received at the mrs_realvec/labels control.
Controls:
Definition at line 36 of file PeakLabeler.h.
PeakLabeler | ( | std::string | name | ) |
Definition at line 28 of file PeakLabeler.cpp.
PeakLabeler | ( | const PeakLabeler & | a | ) |
Definition at line 33 of file PeakLabeler.cpp.
~PeakLabeler | ( | ) |
Definition at line 38 of file PeakLabeler.cpp.
Implements MarSystem.
Definition at line 43 of file PeakLabeler.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 62 of file PeakLabeler.cpp.