21 #ifndef GRT_COMMON_HEADER
22 #define GRT_COMMON_HEADER
43 #include "GRTVersionInfo.h"
44 #include "GRTTypedefs.h"
47 #include "GRTException.h"
48 #include "MatrixDouble.h"
50 #include "ClassTracker.h"
51 #include "IndexedDouble.h"
55 #include "TrainingLog.h"
56 #include "TestingLog.h"
57 #include "WarningLog.h"
63 #include "TimeStamp.h"
66 #include "EigenvalueDecomposition.h"
68 #include "LUDecomposition.h"
70 #include "FileParser.h"
71 #include "ObserverManager.h"
74 inline double round(
double d ) {
75 return floor( d + 0.5 );
79 #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...