Rapid-Mix API  v2.2.0
A simple library for machine learning & signal processing
rapidmix.h
Go to the documentation of this file.
1 
24 // ______ _ _ ___ ____ ___ ______ _____ //
26 // | ___ \ (_) | | | \/ (_) / _ \ | ___ \_ _| //
27 // | |_/ /__ _ _ __ _ __| |______| . . |___ __ / /_\ \| |_/ / | | //
28 // | // _` | '_ \| |/ _` |______| |\/| | \ \/ / | _ || __/ | | //
29 // | |\ \ (_| | |_) | | (_| | | | | | |> < | | | || | _| |_ //
30 // \_| \_\__,_| .__/|_|\__,_| \_| |_/_/_/\_\ \_| |_/\_| \___/ //
31 // | | //
32 // |_| //
34 
35 #ifndef rapidmix_h
36 #define rapidmix_h
37 
38 #define RAPIDMIX_VERSION_MAJOR 2
39 #define RAPIDMIX_VERSION_MINOR 1
40 #define RAPIDMIX_VERSION_PATCH 0
41 #define RAPIDMIX_VERSION "2.0.1"
42 #define RAPIDMIX_REVISION "13-JULY-2017"
43 
44 #include "machineLearning.h"
45 #include "trainingData.h"
46 #include "signalProcessing.h"
47 
48 #endif