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/?a=commitdiff_plain;h=51f21ea4aea22d0c574f6db749c9b3ae7793f765;hp=5e1ab7456ec5e9e516cfa0fec6afef2c2a03a257;p=mothur.git 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: