[mlpack-git] [mlpack/mlpack] How to build mlpack with visual studio 2013 (#659)

Marcus Edel notifications at github.com
Fri Jun 3 09:38:55 EDT 2016


Sorry for the slow response. Since you said, "the function works fine, there is no exception showing up", I guess it's working? If not, I write down some instruction to build mlpack on windows.

Regarding the dimension issue, beware that mlpack uses armadillo which stores matrices in a column-major format. So, what you could do here is to transpose your data before you call train e.g. ```matrix = arma::trans(matrix);``` or you can load the data and set the transpose parameter e.g. ```Load("filename", matrix, false, false)```.


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/659#issuecomment-223581017
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160603/2919b5be/attachment.html>


More information about the mlpack-git mailing list