ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
calibrator.cpp File Reference
#include "calibrator.h"

Typedefs

using CalibratorCallback = CalibrateProcess::CalibratorCallback
 

Functions

void useCalibrator (Calibrator &calibrator)
 

Typedef Documentation

using CalibratorCallback = CalibrateProcess::CalibratorCallback

Function Documentation

void useCalibrator ( Calibrator calibrator)

This Calibrator will be applied to data coming from the current input stream (IStream instance specified by useInputStream()) before it is passed to the current machine learning pipeline (GestureRecognitionPipeline specified by usePipeline()). Only one calibrator can be active at a time, but it can include multiple CalibrateProcess instances, each of which specifies one sample of calibration data to be collected by the user.

Examples:
user_accelerometer_gestures.cpp, user_accelerometer_poses.cpp, user_accelerometer_walk_detection.cpp, and user_sudden_motion.cpp.