X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=forest.h;h=78f61b3646c446bd9279eb09986d7e5d4bdc10df;hb=c0793343098c00d922c0cdfe36280b5be802163c;hp=c9d29dc2321325f216f04c325bffb38548b2b529;hpb=5e1ab7456ec5e9e516cfa0fec6afef2c2a03a257;p=mothur.git diff --git a/forest.h b/forest.h index c9d29dc..78f61b3 100644 --- a/forest.h +++ b/forest.h @@ -12,6 +12,7 @@ #include #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; /***********************************************************************/