From a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d Mon Sep 17 00:00:00 2001 From: kdiverson <> Date: Wed, 11 Sep 2013 14:41:35 -0400 Subject: [PATCH] adding misclassification output file --- randomforest.hpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2