Skip to content

v0.2.50..v0.2.51 changeset MultithreadedRandomForest.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
index 5d4e235..a0dda6a 100644
--- a/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
+++ b/tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
@@ -103,8 +103,6 @@ namespace Tgs
     virtual void trainRoundRobin(const std::shared_ptr<DataFrame>& data, unsigned int numTrees,
       unsigned int numFactors, std::string posClass, std::string negClass,
       unsigned int nodeSize = 1, double retrain = 1.0, bool balanced = false) override;
-  private:
-
 
   };
 }
Clone this wiki locally