|
Marsyas
0.6.0-alpha
|
#include <ClassificationReport.h>
Inherits MarSystem.
Public Member Functions | |
| ClassificationReport (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~ClassificationReport () | |
Definition at line 71 of file ClassificationReport.h.
| ClassificationReport | ( | std::string | name | ) |
Definition at line 49 of file ClassificationReport.cpp.
| ~ClassificationReport | ( | ) |
Definition at line 61 of file ClassificationReport.cpp.
Implements MarSystem.
Definition at line 65 of file ClassificationReport.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 100 of file ClassificationReport.cpp.
1.7.6.1