X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=randomforest.hpp;h=8ddaef93b8d477ba7524358dfedb3dd3abb8aa96;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=d0ac1ec063d46d4ff1367e87cf322870f7e49a9c;hpb=bd27c2b0612942815b7417c79f7ee41f669a2a34;p=mothur.git diff --git a/randomforest.hpp b/randomforest.hpp index d0ac1ec..8ddaef9 100644 --- a/randomforest.hpp +++ b/randomforest.hpp @@ -43,6 +43,7 @@ public: int calcForrestVariableImportance(string); int populateDecisionTrees(); int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree); + int printConfusionMatrix(map intToTreatmentMap); private: MothurOut* m;