|
CEBL
2.1
|
#include <fstream>#include <ctime>#include <boost/regex.hpp>#include <boost/filesystem/operations.hpp>#include <boost/filesystem/convenience.hpp>#include <boost/filesystem/fstream.hpp>#include <boost/filesystem/path.hpp>#include <boost/lexical_cast.hpp>#include "../Exceptions.hpp"#include "DataIO.hpp"#include "EEGTrainingData.hpp"Go to the source code of this file.
Namespaces | |
| namespace | DataIO |
Macros | |
| #define | BOOST_FILESYSTEM_VERSION 2 |
Functions | |
| void | DataIO::removeTempDir (string temp_dir) |
| string | DataIO::createTempDir () |
| void | DataIO::saveTrainingDataToFile (const EEGTrainingData &tdata, string filename) |
| void | DataIO::saveTrainingSessionToFile (const EEGTrainingData &unfiltered_data, string filename, const EEGTrainingData &filtered_data, int filter_lags, std::vector< int > filter_removed_components, ublas::matrix< double > filter_matrix) |
| saves a filtered and unfiltered training data session to a file | |
| EEGTrainingData | DataIO::loadTrainingDataFromFile (string filename) |
| #define BOOST_FILESYSTEM_VERSION 2 |
Definition at line 6 of file DataIO.cpp.
1.8.1.1