|
CEBL
2.1
|
#include "Serialization.hpp"#include <boost/numeric/ublas/matrix.hpp>#include <boost/numeric/ublas/vector.hpp>#include <iostream>Go to the source code of this file.
Data Structures | |
| class | EEGData |
Enumerations | |
| enum | DataSelectionMethod { DATA_SELECT_START, DATA_SELECT_END, DATA_SELECT_MIDDLE, DATA_SELECT_RANDOM } |
| Enum to specify where samples should be selected from. More... | |
Functions | |
| EEGData | operator+ (const EEGData &, const EEGData &) |
| std::ostream & | operator<< (std::ostream &os, const EEGData &d) |
| enum DataSelectionMethod |
Enum to specify where samples should be selected from.
Definition at line 40 of file EEGData.hpp.
Definition at line 285 of file EEGData.cpp.
References EEGData::append().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const EEGData & | d | ||
| ) |
Definition at line 292 of file EEGData.cpp.
1.8.1.1