#include <BCIDataSet.h>
|
size_t | size |
| Size in byte. More...
|
|
int | D |
|
std::map< std::pair< int, int >
, Eigen::VectorXd > | cache |
|
BCIDataSet::BCIDataCache::BCIDataCache |
( |
int |
size, |
|
|
int |
D |
|
) |
| |
Initialize the data cache.
- Parameters
-
size | Size in Megabyte. |
D | Data dimension. |
void BCIDataSet::BCIDataCache::cacheInstance |
( |
int |
epoch, |
|
|
int |
offset, |
|
|
const Eigen::VectorXd & |
instance |
|
) |
| |
void BCIDataSet::BCIDataCache::clear |
( |
) | |
|
Eigen::VectorXd & BCIDataSet::BCIDataCache::getInstance |
( |
int |
epoch, |
|
|
int |
offset |
|
) |
| |
bool BCIDataSet::BCIDataCache::hasInstance |
( |
int |
epoch, |
|
|
int |
offset |
|
) |
| |
bool BCIDataSet::BCIDataCache::hasSpace |
( |
) | |
|
std::map<std::pair<int, int>, Eigen::VectorXd> BCIDataSet::BCIDataCache::cache |
int BCIDataSet::BCIDataCache::D |
size_t BCIDataSet::BCIDataCache::size |
The documentation for this class was generated from the following files: