]> git.donarmstrong.com Git - mothur.git/blobdiff - randomforest.hpp
adding code for confusion matrix
[mothur.git] / 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;