From: kdiverson Date: Wed, 11 Sep 2013 04:48:35 +0000 (-0400) Subject: adding code for confusion matrix X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=19cc206d2a1877df75689adc29111f9a287eae5c;p=mothur.git adding code for confusion matrix --- 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;