[mlpack-git] [mlpack] Add OpenMP support to density estimation tree code (#438)

Ryan Curtin notifications at github.com
Fri May 15 14:34:02 EDT 2015


As a further comment, I suspect that `std::vector<double> regularizationConstants(prunedSequence.size(), 0);` which will initialize the vector to the right size and fill it with zeros will give the same effect and the runtime will be about the same.  If not, I bet `arma::vec` will.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/438#issuecomment-102486873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150515/4945fdfe/attachment.html>


More information about the mlpack-git mailing list