X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=randomforest.hpp;h=67d4372715ac2a6e31ba92b4a1f954910d1197f2;hp=d0ac1ec063d46d4ff1367e87cf322870f7e49a9c;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=f67ee238c956bb84cfc743b86c41a7e23f1980ba diff --git a/randomforest.hpp b/randomforest.hpp index d0ac1ec..67d4372 100644 --- a/randomforest.hpp +++ b/randomforest.hpp @@ -43,6 +43,8 @@ public: int calcForrestVariableImportance(string); int populateDecisionTrees(); int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree); + int printConfusionMatrix(map intToTreatmentMap); + int getMissclassifications(string, map intToTreatmentMap, vector names); private: MothurOut* m;