]> git.donarmstrong.com Git - mothur.git/blobdiff - forest.h
added modify names parameter to set.dir
[mothur.git] / forest.h
index c9d29dc2321325f216f04c325bffb38548b2b529..78f61b3646c446bd9279eb09986d7e5d4bdc10df 100644 (file)
--- a/forest.h
+++ b/forest.h
@@ -12,6 +12,7 @@
 #include <iostream>
 #include "mothurout.h"
 #include "macros.h"
+#include "decisiontree.hpp"
 #include "abstractdecisiontree.hpp"
 /***********************************************************************/
 //this is a re-implementation of the abstractrandomforest class
@@ -26,6 +27,7 @@ public:
     virtual int populateDecisionTrees() = 0;
     virtual int calcForrestErrorRate() = 0;
     virtual int calcForrestVariableImportance(string) = 0;
+    virtual int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree) = 0;
     
     /***********************************************************************/