|
|
rvowpalwabbit: R interface to the Vowpal Wabbit fast on-line learner | |||||
|
Bio Code rcpp rinside rquantlib rpostgresql rprotobuf rvowpalwabbit rdieharder littler random digest beancounter smtm yahooquote octave-mt octave-pg Papers Talks Linux Quantian About Blog
|
OverviewRVowpalWabbit connects GNU R to the very impressive Vowpal Wabbit fast out-of-core learning system. StatusAs of right now (in September 2011), the R wrapping is bare-bones. The package builds cleanly, and is on the CRAN network at this page.
It should build on all Unix-alike systems; the sole external requirement
(besides GNU R and the
Rcpp
interface between C++ and R) is
the Boost.Program_options
library which
At present, arguments are supplied in essentially the same way as for the
command-line version DownloadFrom this machine, you can get the most recent tar archive, or simply peruse the entire directory.Alternatively, you can also get it the Comprehensive R Archive Network (CRAN) node in the src/contrib directory or via at its page.
InstallationThe easiest way is probably to simply sayinstall.package("RVowpalWabbit") from inside GNU R. Alternative, R CMD
INSTALL RVowpalWabbit_*.tar.gz will install from command prompt.
|
|||||