Marsyas
0.6.0-alpha
|
Calculate k minimums and their positions. More...
#include <MinArgMin.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
MinArgMin (std::string name) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~MinArgMin () |
Calculate k minimums and their positions.
The output is : min1, argmin1, min2, argmin2, ....
Definition at line 35 of file MinArgMin.h.
MinArgMin | ( | std::string | name | ) |
Definition at line 24 of file MinArgMin.cpp.
~MinArgMin | ( | ) |
Definition at line 33 of file MinArgMin.cpp.
Implements MarSystem.
Definition at line 39 of file MinArgMin.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 65 of file MinArgMin.cpp.