Marsyas
0.6.0-alpha
|
Linear Combine Each input channel (i.e. observation) with each other channel the weights for the combinations can be provided through the weights control: each column of the weights control contains the weight for the input channel (i.e. row) with the same number indexwise. Sets of weight for each channel are expected to be found within same channel of the weights control. A constant vector can also be provided in the consts control to set the offset for each channel respectively. More...
#include <PatchMatrix.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
PatchMatrix (std::string name) | |
PatchMatrix (const PatchMatrix &a) | |
~PatchMatrix () |
Linear Combine Each input channel (i.e. observation) with each other channel the weights for the combinations can be provided through the weights control: each column of the weights control contains the weight for the input channel (i.e. row) with the same number indexwise. Sets of weight for each channel are expected to be found within same channel of the weights control. A constant vector can also be provided in the consts control to set the offset for each channel respectively.
Controls:
Definition at line 44 of file PatchMatrix.h.
PatchMatrix | ( | std::string | name | ) |
Definition at line 26 of file PatchMatrix.cpp.
PatchMatrix | ( | const PatchMatrix & | a | ) |
Definition at line 40 of file PatchMatrix.cpp.
~PatchMatrix | ( | ) |
Definition at line 52 of file PatchMatrix.cpp.
Implements MarSystem.
Definition at line 58 of file PatchMatrix.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 88 of file PatchMatrix.cpp.