]> git.donarmstrong.com Git - mothur.git/blobdiff - randomforest.hpp
fixes while testing 1.33.0
[mothur.git] / randomforest.hpp
index 8ddaef93b8d477ba7524358dfedb3dd3abb8aa96..67d4372715ac2a6e31ba92b4a1f954910d1197f2 100644 (file)
@@ -44,6 +44,7 @@ public:
     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;