ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
training-data-manager.h File Reference

TrainingDataManager class that manages the training data and abstracts out common operations on the data. More...

#include <tuple>
#include <vector>
#include <GRT/GRT.h>

Go to the source code of this file.

Classes

class  TrainingDataManager
 TrainingDataManager class encloses GRT::TimeSeriesClassificationData and improves upon by adding utility functions that relabel, delete or trim some training samples. More...
 

Detailed Description

TrainingDataManager class that manages the training data and abstracts out common operations on the data.

Author
Ben Zhang (benzh)
Bug:
Currently we are not doing bound-checking. Operations over invalid label/index will cause crashing