|
ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include <GRT/GRT.h>Go to the source code of this file.
Classes | |
| class | TrainingSampleCheckerResult |
| TrainingSampleCheckerResult indicates the result of a check of a training sample. More... | |
Typedefs | |
| typedef TrainingSampleCheckerResult(* | TrainingSampleChecker) (const GRT::MatrixDouble &) |
| function that takes a constant reference to a GRT MatrixDouble and returns a TrainingSampleCheckerResult More... | |
| typedef TrainingSampleCheckerResult(* TrainingSampleChecker) (const GRT::MatrixDouble &) |
function that takes a constant reference to a GRT MatrixDouble and returns a TrainingSampleCheckerResult
The training sample checker functions passed to useTrainingSampleChecker() take a const reference to a GRT MatrixDouble and return a TrainingSampleCheckerResult, e.g.
TrainingSampleCheckerResult myChecker(const MatrixDouble &data)