Skip to content
Snippets Groups Projects
Commit fae23e9a authored by Joseph Larralde's avatar Joseph Larralde
Browse files

setup the test project to pass XmmTools tests + tmp commenting lines in machineLearning header

parent 815716d3
No related merge requests found
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#include "trainingData.h" #include "trainingData.h"
////////// Include all of the machine learning algorithms here ////////// Include all of the machine learning algorithms here
#include "classification.h" //#include "classification.h"
#include "regression.h" //#include "regression.h"
//#include "rapidXmmTools.h" #include "rapidXmmTools.h"
//#include "gvf.h" //#include "gvf.h"
// forward declaration // forward declaration
...@@ -49,16 +49,20 @@ private: ...@@ -49,16 +49,20 @@ private:
}; };
////////// typedefs for calling different algorithms ////////// typedefs for calling different algorithms
/*
typedef machineLearning<classification> staticClassification; typedef machineLearning<classification> staticClassification;
typedef machineLearning<regression> staticRegression; typedef machineLearning<regression> staticRegression;
//*/
/* //*
typedef xmmToolConfig xmmConfig; typedef xmmToolConfig xmmConfig;
typedef machineLearning<xmmGmmTool> xmmStaticClassification; typedef machineLearning<xmmGmmTool> xmmStaticClassification;
typedef machineLearning<xmmGmrTool> xmmStaticRegression; typedef machineLearning<xmmGmrTool> xmmStaticRegression;
typedef machineLearning<xmmHmmTool> xmmTemporalClassification; typedef machineLearning<xmmHmmTool> xmmTemporalClassification;
typedef machineLearning<xmmHmrTool> xmmTemporalRegression; typedef machineLearning<xmmHmrTool> xmmTemporalRegression;
//*/
/*
typedef machineLearning<GVF> gvf; typedef machineLearning<GVF> gvf;
*/ */
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment