|
Marsyas
0.6.0-alpha
|
Calculates the mean absolute deviation. More...
#include <MeanAbsoluteDeviation.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| Implementation of the MarSystem::clone() method. | |
| MeanAbsoluteDeviation (std::string name) | |
| MeanAbsoluteDeviation constructor. | |
| MeanAbsoluteDeviation (const MeanAbsoluteDeviation &a) | |
| MeanAbsoluteDeviation copy constructor. | |
| void | myProcess (realvec &in, realvec &out) |
| Implementation of the MarSystem::myProcess method. | |
| ~MeanAbsoluteDeviation () | |
| MeanAbsoluteDeviation destructor. | |
Calculates the mean absolute deviation.
Definition at line 33 of file MeanAbsoluteDeviation.h.
| MeanAbsoluteDeviation | ( | std::string | name | ) |
MeanAbsoluteDeviation constructor.
Add any specific controls needed by this MarSystem.
Definition at line 25 of file MeanAbsoluteDeviation.cpp.
| MeanAbsoluteDeviation | ( | const MeanAbsoluteDeviation & | a | ) |
MeanAbsoluteDeviation copy constructor.
Definition at line 31 of file MeanAbsoluteDeviation.cpp.
MeanAbsoluteDeviation destructor.
Definition at line 36 of file MeanAbsoluteDeviation.cpp.
Implementation of the MarSystem::clone() method.
Implements MarSystem.
Definition at line 41 of file MeanAbsoluteDeviation.cpp.
Implementation of the MarSystem::myProcess method.
Iterate over the observations and samples and do the processing.
Implements MarSystem.
Definition at line 68 of file MeanAbsoluteDeviation.cpp.
1.7.6.1