X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=randomforest.hpp;h=8ddaef93b8d477ba7524358dfedb3dd3abb8aa96;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=d0ac1ec063d46d4ff1367e87cf322870f7e49a9c;hpb=f67ee238c956bb84cfc743b86c41a7e23f1980ba;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;