Skip to content

Commit

Permalink
Merge 811f104 into 031b8ed
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Mar 13, 2017
2 parents 031b8ed + 811f104 commit 9517d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/src/Tree/TreeProbability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ void TreeProbability::findBestSplitValueLargeQ(size_t nodeID, size_t varID, size
best_decrease = decrease;
}
}

delete[] class_counts_left;
}

void TreeProbability::findBestSplitValueUnordered(size_t nodeID, size_t varID, size_t num_classes, size_t* class_counts,
Expand Down

0 comments on commit 9517d13

Please sign in to comment.