verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
govg has quit [Ping timeout: 250 seconds]
marcosirc has joined #mlpack
govg has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
marcosirc has quit [Ping timeout: 252 seconds]
govg has joined #mlpack
Hieronymous has joined #mlpack
topology has joined #mlpack
govg has quit [Ping timeout: 250 seconds]
Hieronymous has quit [Quit: Leaving]
govg has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
ferbncode has joined #mlpack
govg has quit [Ping timeout: 252 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
topology has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 245 seconds]
ferbncode has quit [Quit: Connection closed for inactivity]
govg has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
marcosirc has joined #mlpack
govg has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
christie has joined #mlpack
christie has quit [Ping timeout: 260 seconds]
govg has quit [Ping timeout: 250 seconds]
mentekid has joined #mlpack
peek has joined #mlpack
govg has joined #mlpack
< peek> Hey all, I figured I would ask a question here rather than create a new issue, hoping that someone has already seen this before. I'm attempting to extend the kNN interface with my own algorithm, so I need access to the MLPACK API (as opposed to the CLI). For some reason, when I copy and paste the very basic NN search code here: http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=sample.html
< peek> I recieve the following error: error: Mat::init(): requested size is not compatible with column vector layout
< peek> Looking further into it, it seems like it's an armadillo issue, so I tried redownloading and recompiling armadillo. Same thing. Strange enough, though, when I try compiling and using any of the mlpack example programs, it compiles and runs fine
< peek> So I'm wondering if anyone has run into this issue? The dataset I'm using is far too small to have produced this issue (2503 x 3).
< peek> Information: mlpack 2.0.1, armadillo 7.200.2, clang-700.1.76 host compiler
< rcurtin> I see, that example has incorrect code!
< rcurtin> arma::Col<size_t> neighbors;
< rcurtin> change that to arma::Mat<size_t>
< rcurtin> and the following line, change arma::vec to arma::mat
< rcurtin> let me update that now and push a fix
< peek> Ahh, that fixed it right up. Thank you!
< rcurtin> I'm rebuilding the site documentation now, so that page should be fixed soon
< rcurtin> sorry for the typo!
peek has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1582 (master - 84a940d : Ryan Curtin): The build passed.
travis-ci has left #mlpack []