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/
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#101 (master - 744b326 : Ryan Curtin): The build passed.
< zoq>
naywhayare: in #724a35352 you said "A struct is better here..." I'm not sure I get the reason is it because the compiler liked to see one class per file or because structs have default public members?
< naywhayare>
zoq: yeah, just because the default-public members of structs
< naywhayare>
lets things be a little shorter :)
< naywhayare>
so maybe instead of "better" I should have written "a tiny little bit better but really it doesn't matter much" :)
< zoq>
ah okay, I was confused because sometimes we use class and sometimes we use struct to model traits
< naywhayare>
hmm, we should probably switch the other uses of 'class' to 'struct' just for consistency, but I don't think it really matters much