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) |
VectorDouble | dotProduct (VectorDouble in) |
VectorDouble | stddev (VectorDouble v) |
VectorDouble | threshold (VectorDouble in) |
void | setup () |
Variables | |
ASCIISerialStream | stream (9600, 3) |
GestureRecognitionPipeline | pipeline |
Calibrator | calibrator |
TcpOStream | oStream ("localhost", 5204) |
double | zeroG = 0 |
double | oneG = 0 |
double | t = 0.6 |
VectorDouble dotProduct | ( | VectorDouble | in | ) |
double processAccelerometerData | ( | double | input | ) |
CalibrateResult restingDataCollected | ( | const MatrixDouble & | data | ) |
void setup | ( | ) |
VectorDouble stddev | ( | VectorDouble | v | ) |
VectorDouble threshold | ( | VectorDouble | in | ) |
Calibrator calibrator |
double oneG = 0 |
TcpOStream oStream("localhost", 5204) |
GestureRecognitionPipeline pipeline |
ASCIISerialStream stream(9600, 3) |
double t = 0.6 |
double zeroG = 0 |