]> git.donarmstrong.com Git - mothur.git/blobdiff - randomforest.hpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / randomforest.hpp
index d0ac1ec063d46d4ff1367e87cf322870f7e49a9c..67d4372715ac2a6e31ba92b4a1f954910d1197f2 100644 (file)
@@ -43,6 +43,8 @@ public:
     int calcForrestVariableImportance(string);
     int populateDecisionTrees();
     int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree);
+    int printConfusionMatrix(map<int, string> intToTreatmentMap);
+    int getMissclassifications(string, map<int, string> intToTreatmentMap, vector<string> names);
     
 private:
     MothurOut* m;