pbdML is an R package containing a collection of machine learning utilities. These functions can be used in serial with native R objects (matrices and vectors) or in parallel with distributed matrices from the pbdDMAT package. Here, we focus on ease of coding and understanding rather than performance (i.e., all code is written in R), and as such this package should primarily be thought of as a demonstration of the capabilities of the pbdDMAT package.
Functions have the same dispatch whether working with a regular
R matrix or with a ddmatrix
from the pbdDMAT package.
So for example, to compute a randomized PCA, we can run
rpca(x)
where x
is either a matrix or a ddmatrix
.
pbdML requires:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.