ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include <ESP.h>
Functions | |
double | processAccelerometerData (double input) |
CalibrateResult | restingDataCollected (const MatrixDouble &data) |
void | setup () |
Variables | |
ASCIISerialStream | stream (0, 9600, 3) |
GestureRecognitionPipeline | pipeline |
Calibrator | calibrator |
double | zeroG = 0 |
double | oneG = 0 |
int | num_dim = 3 |
double processAccelerometerData | ( | double | input | ) |
CalibrateResult restingDataCollected | ( | const MatrixDouble & | data | ) |
void setup | ( | ) |
Calibrator calibrator |
int num_dim = 3 |
double oneG = 0 |
GestureRecognitionPipeline pipeline |
ASCIISerialStream stream(0, 9600, 3) |
double zeroG = 0 |