From: Kathryn Iverson Date: Fri, 26 Oct 2012 17:57:00 +0000 (-0400) Subject: changed random forest's inheritance X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=51f21ea4aea22d0c574f6db749c9b3ae7793f765 changed random forest's inheritance --- diff --git a/randomforest.hpp b/randomforest.hpp index 716d1a1..e67a6b9 100755 --- a/randomforest.hpp +++ b/randomforest.hpp @@ -13,7 +13,7 @@ #include "abstractrandomforest.hpp" #include "decisiontree.hpp" -class RandomForest: public AbstractRandomForest { +class RandomForest: public Forest { public: