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).