|
Marsyas
0.6.0-alpha
|
#include <OneRClassifier.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| OneRClassifier (const std::string name) | |
| ~OneRClassifier () | |
Definition at line 34 of file OneRClassifier.h.
| OneRClassifier | ( | const std::string | name | ) |
Definition at line 36 of file OneRClassifier.cpp.
| ~OneRClassifier | ( | ) |
Definition at line 44 of file OneRClassifier.cpp.
Implements MarSystem.
Definition at line 50 of file OneRClassifier.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 76 of file OneRClassifier.cpp.
1.7.6.1