X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=randomforest.hpp;h=67d4372715ac2a6e31ba92b4a1f954910d1197f2;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=8ddaef93b8d477ba7524358dfedb3dd3abb8aa96;hpb=19cc206d2a1877df75689adc29111f9a287eae5c;p=mothur.git 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;