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