ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include "calibrator.h"
Typedefs | |
using | CalibratorCallback = CalibrateProcess::CalibratorCallback |
Functions | |
void | useCalibrator (Calibrator &calibrator) |
using CalibratorCallback = CalibrateProcess::CalibratorCallback |
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.