rcppmlpack2
rcppmlpack2 copied to clipboard
Rcpp Interface to mlpack (version 2.1.0 and up)
mlpack 3.0.* brings new auto-generated Python bindings, and there is fairly extensive [documentation for bindings to other languages](http://mlpack.org/docs/mlpack-git/doxygen/bindings.html). May need a few assists from @rcurtin though as the docs are...
So, it looks like a binary approach is going to be used for both of the methods. Before, we were opting to just hook into the `homebrew` version of `MLPACK`....
How do we want the top-level functions? Even in the two uses case in the gallery we have one with test data (the naive Bayes classifier) and one without. Should...
We currently only export mlKmeans which is the only function with a (short) manual page. I'll work on extending this.