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/
circ-user-mgitk has joined #mlpack
< circ-user-m> hi, I wanted to start contributing to mlpack. I built it in linux. But for windows specific bugs & enhancements do i have to set it up in windows? specifically, could you point me to some resource which tells about building mlpack in windows? I am having a hard time to get it running on windows
< circ-user-m> .
circ-user-mgitk has quit [Remote host closed the connection]
< rcurtin> ah, too slow with the response... saw the message ten minutes too late
kirizaki has joined #mlpack
< zoq> Does anybody see a reason for the first std::abs in line 41 of the epanechnikov_kernel.cpp file?
kirizaki has quit [Quit: Konversation terminated!]
< rcurtin> zoq: I don't see a good reason for that, if the user puts in a negative bandwidth or negative distance, something is very wrong anyway...
< zoq> yeah, my point is the comparison never returns a negative value, so it doesn't make sense to take the absolute value.