21 #ifndef GRT_COMMON_HEADER
22 #define GRT_COMMON_HEADER
43 #ifdef GRT_CXX11_ENABLED
47 #endif //GRT_CXX11_ENABLED
50 #include "GRTVersionInfo.h"
51 #include "GRTTypedefs.h"
54 #include "GRTException.h"
56 #include "ClassTracker.h"
57 #include "IndexedDouble.h"
61 #include "TrainingLog.h"
62 #include "TestingLog.h"
63 #include "WarningLog.h"
64 #include "../DataStructures/VectorFloat.h"
65 #include "../DataStructures/MatrixFloat.h"
71 #include "TimeStamp.h"
74 #include "EigenvalueDecomposition.h"
76 #include "LUDecomposition.h"
78 #include "FileParser.h"
79 #include "ObserverManager.h"
86 inline Float round( Float d ) {
87 return floor( d + 0.5 );
93 #endif //GRT_COMMON_HEADER
This file contains the Util class, a wrapper for a number of generic functions that are used througho...
The TestInstanceResult class provides a data structure for storing the results of a classification or...
The CircularBuffer class provides a data structure for creating a dynamic circular buffer (also known...
This code is based on the LU Decomposition code from Numerical Recipes (3rd Edition) ...
The TestResult class provides a data structure for storing the results of a classification or regress...
This file contains the Random class, a useful wrapper for generating cross platform random functions...
The TrainingResult class provides a data structure for storing the results of a classification or reg...
The ThreadPool class implements a flexible inteface for performing a large number of batch tasks...