From 51f21ea4aea22d0c574f6db749c9b3ae7793f765 Mon Sep 17 00:00:00 2001 From: Kathryn Iverson Date: Fri, 26 Oct 2012 13:57:00 -0400 Subject: [PATCH] changed random forest's inheritance --- randomforest.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2