|
Marsyas
0.6.0-alpha
|
Outputs Comma-Separated Values (CSV) file. More...
#include <CsvSink.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| CsvSink (const std::string &name) | |
| CsvSink (const CsvSink &other) | |
| ~CsvSink () | |
Outputs Comma-Separated Values (CSV) file.
In the output file, lines represent samples and columns represent observations.
Controls:
| CsvSink | ( | const std::string & | name | ) |
Definition at line 8 of file CsvSink.cpp.
Definition at line 18 of file CsvSink.cpp.
| ~CsvSink | ( | ) |
Definition at line 22 of file CsvSink.cpp.
1.7.6.1