ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include <ESP.h>
Functions | |
vector< double > | normalize (vector< double > input) |
void | updateAlwaysPickSomething (bool new_val) |
void | updateVariability (double new_val) |
void | setup () |
Variables | |
ASCIISerialStream | stream (9600, 3) |
GestureRecognitionPipeline | pipeline |
TcpOStream | oStream ("localhost", 5204) |
bool | always_pick_something = false |
double | null_rej = 5.0 |
vector<double> normalize | ( | vector< double > | input | ) |
void setup | ( | ) |
void updateAlwaysPickSomething | ( | bool | new_val | ) |
void updateVariability | ( | double | new_val | ) |
bool always_pick_something = false |
double null_rej = 5.0 |
TcpOStream oStream("localhost", 5204) |
GestureRecognitionPipeline pipeline |
ASCIISerialStream stream(9600, 3) |