TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

OpenMP parallelise DecisionTree predict #108

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

The parallelisation seems to work.

@gpestre , are you happy with the implementation? I expect this would be faster and we'd run less risk of memory leaks we our DataVector class had a setter for value() so we wouldn't have to go via a std::vector<double>. Or maybe it'd hardly make a difference?