From: kdiverson <> Date: Wed, 11 Sep 2013 18:41:35 +0000 (-0400) Subject: adding misclassification output file X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;p=mothur.git adding misclassification output file --- diff --git a/randomforest.hpp b/randomforest.hpp index 8ddaef9..67d4372 100644 --- a/randomforest.hpp +++ b/randomforest.hpp @@ -44,6 +44,7 @@ public: int populateDecisionTrees(); int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree); int printConfusionMatrix(map intToTreatmentMap); + int getMissclassifications(string, map intToTreatmentMap, vector names); private: MothurOut* m;