]> git.donarmstrong.com Git - mothur.git/commitdiff
adding code for confusion matrix
authorkdiverson <kd.iverson@gmail.com>
Wed, 11 Sep 2013 04:48:35 +0000 (00:48 -0400)
committerkdiverson <kd.iverson@gmail.com>
Wed, 11 Sep 2013 04:48:35 +0000 (00:48 -0400)
randomforest.hpp

index d0ac1ec063d46d4ff1367e87cf322870f7e49a9c..8ddaef93b8d477ba7524358dfedb3dd3abb8aa96 100644 (file)
@@ -43,6 +43,7 @@ public:
     int calcForrestVariableImportance(string);
     int populateDecisionTrees();
     int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree);
+    int printConfusionMatrix(map<int, string> intToTreatmentMap);
     
 private:
     MothurOut* m;