Marsyas
0.6.0-alpha
|
Switches samples and observations. More...
#include <Transposer.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Transposer (std::string name) | |
Transposer (const Transposer &a) | |
~Transposer () |
Switches samples and observations.
Transposes the input realvec: inSamples -> onObservations, onSamples -> inObservations
No controls.
Definition at line 36 of file Transposer.h.
Transposer | ( | std::string | name | ) |
Definition at line 24 of file Transposer.cpp.
Transposer | ( | const Transposer & | a | ) |
Definition at line 28 of file Transposer.cpp.
~Transposer | ( | ) |
Definition at line 32 of file Transposer.cpp.
Implements MarSystem.
Definition at line 37 of file Transposer.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 57 of file Transposer.cpp.