Marsyas
0.6.0-alpha
|
compute the Energy of the input observations into one column More...
#include <Energy.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
MarSystem * | clone () const |
Energy (std::string name) | |
Energy (const Energy &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Energy () |
compute the Energy of the input observations into one column
Energy | ( | std::string | name | ) |
Definition at line 25 of file Energy.cpp.
Definition at line 30 of file Energy.cpp.
~Energy | ( | ) |
Definition at line 34 of file Energy.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 46 of file Energy.cpp.
Implements MarSystem.
Definition at line 40 of file Energy.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 69 of file Energy.cpp.