Navigation Menu

Skip to content

Commit

Permalink
remove extraneous code
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed May 24, 2018
1 parent 6274c44 commit bac2b76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ForestProbability.h
Expand Up @@ -67,9 +67,6 @@ class ForestProbability: public Forest {
// Splitting weights
std::vector<double> class_weights;

// Table with classifications and true classes
std::map<std::pair<double, double>, size_t> classification_table;

private:
const std::vector<double>& getTreePrediction(size_t tree_idx, size_t sample_idx) const;
size_t getTreePredictionTerminalNodeID(size_t tree_idx, size_t sample_idx) const;
Expand Down

0 comments on commit bac2b76

Please sign in to comment.