]> git.donarmstrong.com Git - mothur.git/commitdiff
changed random forest's inheritance
authorKathryn Iverson <kd.iverson@gmail.com>
Fri, 26 Oct 2012 17:57:00 +0000 (13:57 -0400)
committerKathryn Iverson <kd.iverson@gmail.com>
Fri, 26 Oct 2012 17:57:00 +0000 (13:57 -0400)
randomforest.hpp

index 716d1a1ede60c667840172db275814c73867041a..e67a6b920130e50d5070190b92401737a06ab781 100755 (executable)
@@ -13,7 +13,7 @@
 #include "abstractrandomforest.hpp"
 #include "decisiontree.hpp"
 
-class RandomForest: public AbstractRandomForest {
+class RandomForest: public Forest {
     
 public: