Read@CVL
DebugThomas.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "DebugUtils.h"
4 
5 namespace rdf {
6 
7 class ThomasTest {
8 public:
10 
11  void test();
12  void testXml();
13  void testFeatureCollection();
14  void testTraining();
15  void testClassification();
16 
17 private:
18  DebugConfig mConfig;
19 };
20 
21 }
void testClassification()
Definition: DebugThomas.cpp:159
void testXml()
Definition: DebugThomas.cpp:44
void testFeatureCollection()
Definition: DebugThomas.cpp:60
void testTraining()
Definition: DebugThomas.cpp:140
config
Definition: DependencyCollector.py:271
ThomasTest(const DebugConfig &config)
Definition: DebugThomas.cpp:33
Definition: DebugUtils.h:46
Definition: Algorithms.cpp:45
Definition: DebugThomas.h:7
void test()
Definition: DebugThomas.cpp:37