We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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