From 19cc206d2a1877df75689adc29111f9a287eae5c Mon Sep 17 00:00:00 2001 From: kdiverson Date: Wed, 11 Sep 2013 00:48:35 -0400 Subject: [PATCH] adding code for confusion matrix --- randomforest.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/randomforest.hpp b/randomforest.hpp index d0ac1ec..8ddaef9 100644 --- a/randomforest.hpp +++ b/randomforest.hpp @@ -43,6 +43,7 @@ public: int calcForrestVariableImportance(string); int populateDecisionTrees(); int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree); + int printConfusionMatrix(map intToTreatmentMap); private: MothurOut* m; -- 2.39.2