Marsyas
0.6.0-alpha
|
Compute sign of input vector: output vector is 1 for strictly positive observations, 0 for the rest. More...
#include <Signum.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &inVec, realvec &outVec) |
Processes data. | |
Signum (std::string inName) | |
Signum (const Signum &inToCopy) | |
~Signum () |
Compute sign of input vector: output vector is 1 for strictly positive observations, 0 for the rest.
controls: none
Signum | ( | std::string | inName | ) |
Definition at line 6 of file Signum.cpp.
Definition at line 12 of file Signum.cpp.
~Signum | ( | ) |
Definition at line 15 of file Signum.cpp.
Implements MarSystem.
Definition at line 17 of file Signum.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 29 of file Signum.cpp.