Marsyas
0.6.0-alpha
|
Calculate k maximums and their positions. More...
#include <MaxArgMax.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
MaxArgMax (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~MaxArgMax () |
Calculate k maximums and their positions.
The output is : max1, argmax1, max2, argmax2, ....
Definition at line 35 of file MaxArgMax.h.
MaxArgMax | ( | std::string | name | ) |
Definition at line 31 of file MaxArgMax.cpp.
~MaxArgMax | ( | ) |
Definition at line 36 of file MaxArgMax.cpp.
Implements MarSystem.
Definition at line 41 of file MaxArgMax.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 88 of file MaxArgMax.cpp.