21 #ifndef GRT_COMMON_HEADER 22 #define GRT_COMMON_HEADER 43 #ifdef GRT_CXX11_ENABLED 49 #endif //GRT_CXX11_ENABLED 52 #include "GRTVersionInfo.h" 53 #include "GRTTypedefs.h" 56 #include "GRTException.h" 58 #include "ClassTracker.h" 59 #include "IndexedDouble.h" 63 #include "TrainingLog.h" 64 #include "TestingLog.h" 65 #include "WarningLog.h" 66 #include "../DataStructures/VectorFloat.h" 67 #include "../DataStructures/MatrixFloat.h" 73 #include "TimeStamp.h" 76 #include "EigenvalueDecomposition.h" 78 #include "LUDecomposition.h" 80 #include "FileParser.h" 81 #include "ObserverManager.h" 84 #include "DynamicType.h" 91 inline Float round( Float d ) {
92 return floor( d + 0.5 );
98 #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...
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 Metrics class, it can be used to compute common metrics such as accuracy...
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...