The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

About bcv

Methods for choosing the rank of an SVD approximation via cross validation. The package provides both Gabriel-style “block” holdouts and Wold-style “speckled” holdouts. It also includes an implementation of the SVDImpute algorithm. For more information about Bi-cross-validation, see Owen & Perry’s 2009 AoAS article and Perry’s 2009 PhD thesis.

Installation

bcv is available on CRAN, so installation is as simple as:

install.packages("bcv")

You can install the latest development version of the code using the devtools R package.

# Install devtools, if you haven't already.
install.packages("devtools")

library(devtools)
install_github("michbur/bcv")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.