Skip to content

v0.2.50..v0.2.51 changeset RandomForest.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/tgs/src/main/cpp/tgs/RandomForest/RandomForest.h b/tgs/src/main/cpp/tgs/RandomForest/RandomForest.h
index 35706fc..de6fc7b 100644
--- a/tgs/src/main/cpp/tgs/RandomForest/RandomForest.h
+++ b/tgs/src/main/cpp/tgs/RandomForest/RandomForest.h
@@ -108,8 +108,6 @@ namespace Tgs
       unsigned int numFactors, std::string posClass, std::string negClass,
       unsigned int nodeSize = 1, double retrain = 1.0, bool balanced = false) override;
 
-  private:
-
   };
 }  //End namespace
 #endif
Clone this wiki locally