ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
robertohueso has quit [Ping timeout: 245 seconds]
robertohueso has joined #mlpack
< rcurtin>
robertohueso: I'm looking at the subspace tree implementation and wondering if the best way to do this might be to store µ, U, Λ, and d in a StatisticType
< rcurtin>
and actually for the splitting mechanism, it looks like Dongryeol suggests the kd-tree strategy
< rcurtin>
which would mean that all you'd need is a custom StatisticType... if I am understanding right...
jeffin143 has quit [Read error: Connection reset by peer]
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
favre49 has quit [Ping timeout: 256 seconds]
pd09041999 has joined #mlpack
pd09041999 has quit [Excess Flood]
pd09041999 has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
pd09041999 has quit [Quit: pd09041999]
gmanlan has joined #mlpack
< gmanlan>
zoq: you there?
< zoq>
yes
< gmanlan>
qq: did you have the chance to work on the website distribution list table?
< zoq>
yes, I made some progress, but there is still some work left to do, I think I can finish the rest, early next week.
< gmanlan>
ok that sounds good - if at some point you believe it's getting complicated or overwhelming, please don't worry - we can try an intermediate solution first if needed
< gmanlan>
I would like to wrap up the new website next week if possible, so we can iterate over it with new-smaller PRs for the improvements
< zoq>
Agreed, if you like we can just go with the current solution and I can open a PR later.
< gmanlan>
ok - will wait until earlier next week, and then we see from there
< gmanlan>
thanks zoq
< zoq>
okayy, sounds good
< gmanlan>
rcurtin: you know the website scripts better than me, could you please send me/show me an already "processed" doxygen package to "paste" into the website so I can work on formatting?
< rcurtin>
gmanlan: oh, right! I forgot I was going to do that
< rcurtin>
this directory contains all the preprocessed doxygen output in doc/; basically, this is what gets generated and dropped into the doc/ directory before Jekyll builds the whole website
< rcurtin>
there are two pieces here: each doc/mlpack-x.y.z/ directory contains the Doxygen documentation (after postprocessing, which we can change as we need) in doxygen/ and the Markdown bindings as the .md files
< gmanlan>
excellent, thanks! - and the CSS for doxygen is being read from the base jekyll site right?
< rcurtin>
some of the .md files are not meant to be viewed by users; the ones that users see (or will find links to) are cli_documentation.md and python_documentation.md (and more as more languages are added)
< rcurtin>
sort of... Doxygen also contains its own CSS in the doxygen/ directory that may need some modification
ImQ009 has quit [Quit: Leaving]
< gmanlan>
got it, thanks rcurtin
< gmanlan>
please keep that .tar.gz there for a while, I may need to download it again later
< rcurtin>
yeah, I won't move it, I'll probably have forgotten about it by tomorrow :)
< gmanlan>
:)
gmanlan has quit [Quit: Page closed]
< sreenik[m]>
rcurtin: What namespaces are okay with mlpack's design conventions? What I am currently using are mlpack::ann, mlpack and std. Also to mention, I have purposefully avoided using arma.
< rcurtin>
sreenik[m]: doesn't matter much to me, but what's the context?
< rcurtin>
we shouldn't have any 'using namespace' directives in .hpp files
< rcurtin>
but that's the only real restriction that I see
< rcurtin>
(if you use a 'using' directive in a header file, if someone includes mlpack then they are automatically 'using' that namespace too, which may break their code depending...)
< sreenik[m]>
Yes, I was talking about .hpp files only
< sreenik[m]>
Oh yes, that solves it :)
< rcurtin>
:)
travis-ci has joined #mlpack
< travis-ci>
robertohueso/mlpack#20 (mc_kde_error_bounds - 719c8bf : Roberto Hueso Gomez): The build was broken.