ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
user_color_sensor.cpp File Reference
#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
 

Function Documentation

vector<double> normalize ( vector< double >  input)
void setup ( )
void updateAlwaysPickSomething ( bool  new_val)
void updateVariability ( double  new_val)

Variable Documentation

bool always_pick_something = false
double null_rej = 5.0
TcpOStream oStream("localhost", 5204)
GestureRecognitionPipeline pipeline
ASCIISerialStream stream(9600, 3)