ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include <cstdint>
#include <thread>
#include "ofMain.h"
#include "ofxDatGui.h"
#include "ofxGrt.h"
#include "ofConsoleFileLoggerChannel.h"
#include "calibrator.h"
#include "iostream.h"
#include "plotter.h"
#include "training.h"
#include "training-data-manager.h"
#include "tuneable.h"
Go to the source code of this file.
Classes | |
class | ofApp |
class | TrainingSampleGuiListener |
Macros | |
#define | ESP_EVENT(s) ofLogVerbose() << "[" << ofGetTimestampString() << "] " << (s) |
#define ESP_EVENT | ( | s | ) | ofLogVerbose() << "[" << ofGetTimestampString() << "] " << (s) |