]> git.donarmstrong.com Git - mothur.git/blobdiff - randomforest.hpp
changed random forest's inheritance
[mothur.git] / 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: