Fixed example

release/4.3a0
Frank Dellaert 2012-08-28 19:14:46 +00:00
parent 820f632583
commit fe6dd197bb
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ void dot(const T&f, const string& filename) {
#define DOT(x)(dot(x,#x))
struct Crazy { int a; double b; };
typedef DecisionTree<string,Crazy> CrazyDecisionTree; // check that DecisionTree is actually generic (as it pretends to be)
/* ******************************************************************************** */
// Test string labels and int range
/* ******************************************************************************** */