|
Marsyas
0.6.0-alpha
|
Output sink (text) in WEKA (ARFF) format. More...
#include <WekaSink.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| std::ofstream * | getOfstream () |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| void | putHeader (std::string inObsNames) |
| Write the WEKA ARFF header to the output file. | |
| WekaSink (std::string name) | |
| WekaSink constructor. | |
| WekaSink (const WekaSink &a) | |
| WekaSink copy constructor. | |
| ~WekaSink () | |
| WekaSink desctructor. | |
Output sink (text) in WEKA (ARFF) format.
Controls:
Definition at line 56 of file WekaSink.h.
| WekaSink | ( | std::string | name | ) |
WekaSink constructor.
Definition at line 25 of file WekaSink.cpp.
WekaSink copy constructor.
Definition at line 42 of file WekaSink.cpp.
| ~WekaSink | ( | ) |
WekaSink desctructor.
Definition at line 32 of file WekaSink.cpp.
Implements MarSystem.
Definition at line 63 of file WekaSink.cpp.
| std::ofstream* getOfstream | ( | ) | [inline] |
Definition at line 115 of file WekaSink.h.
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 262 of file WekaSink.cpp.
| void putHeader | ( | std::string | inObsNames | ) |
Write the WEKA ARFF header to the output file.
Definition at line 99 of file WekaSink.cpp.
1.7.6.1