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/
kshitijk has quit [Ping timeout: 250 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 265 seconds]
curiousguy13 has quit [Ping timeout: 256 seconds]
curiousguy13 has joined #mlpack
< stephentu> "c++ is a very complicated language"
< stephentu> :)
vedhu63w has quit [Ping timeout: 272 seconds]
decltypeme has joined #mlpack
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 252 seconds]
curiousguy13 has quit [Ping timeout: 264 seconds]
kshitijk has joined #mlpack
curiousguy13 has joined #mlpack
decltypeme has quit [Quit: Konversation terminated!]
kshitijk has quit [Ping timeout: 252 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 264 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 256 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 256 seconds]
curiousguy13 has quit [Ping timeout: 244 seconds]
curiousguy13 has joined #mlpack
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 244 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 245 seconds]
kshitijk has joined #mlpack
kshitijk has quit [Ping timeout: 246 seconds]
curiousguy13 has quit [Ping timeout: 255 seconds]
curiousguy13 has joined #mlpack
syrius has joined #mlpack
< syrius> Hello. We are testing out wrapping mlpack in a DLL for calling from a different language. We have LinearRegression working fine immediately, but are segfaulting on trying to wrap LARS. The example runs fine, but I'm unable to pinpoint where our own example is dying: it's pretty short. the snippet is as follows: http://pastie.org/10043040
< syrius> The segfault actually occurs after the method returns when the LARS object is destroyed from the stack
< syrius> I can paste a stack trace but it didn't seem very helpful. It directly went into some STL headers after the last mlpack frame was ~LARS()