RapidLib  v2.2.0
A simple library for interactive machine learning
rapidLib.h
Go to the documentation of this file.
1 
11 // _ _ _ _ _
12 // (_) | | | (_) | //
13 // _ __ __ _ _ __ _ __| | | _| |__ //
14 // | '__/ _` | '_ \| |/ _` | | | | '_ \ //
15 // | | | (_| | |_) | | (_| | |____| | |_) | //
16 // |_| \__,_| .__/|_|\__,_|______|_|_.__/ //
17 // | | //
18 // |_| //
19 
35 #ifndef rapidlib_h
36 #define rapidlib_h
37 
38 #define RAPIDLIB_VERSION_MAJOR 2
39 #define RAPIDLIB_VERSION_MINOR 2
40 #define RAPIDLIB_VERSION_PATCH 1
41 #define RAPIDLIB_VERSION "2.2.1"
42 #define RAPIDLIB_JSON_DOC_VERSION "1.0.0"
43 #define RAPIDLIB_REVISION "19-August-2021"
44 
45 #include "regression.h"
46 #include "classification.h"
47 #include "seriesClassification.h"
48 #include "rapidStream.h"
49 
50 #endif