Marsyas
0.6.0-alpha
|
Normalize the input data slice as a whole. More...
#include <NormMatrix.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
NormMatrix (std::string name) | |
~NormMatrix () |
Normalize the input data slice as a whole.
Normalize the input data slice matrix as a whole by subtracting the matrix mean and dividing by the matrix standard deviation.
Definition at line 38 of file NormMatrix.h.
NormMatrix | ( | std::string | name | ) |
Definition at line 24 of file NormMatrix.cpp.
~NormMatrix | ( | ) |
Definition at line 29 of file NormMatrix.cpp.
Implements MarSystem.
Definition at line 34 of file NormMatrix.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 40 of file NormMatrix.cpp.