Learn R Programming

⚠️There's a newer version (1.0.3) of this package.Take me there.

CMF (version 1.0.2)

Collective Matrix Factorization

Description

Collective matrix factorization (CMF) finds joint low-rank representations for a collection of matrices with shared row or column entities. This code learns a variational Bayesian approximation for CMF, supporting multiple likelihood potentials and missing data, while identifying both factors shared by multiple matrices and factors private for each matrix. For further details on the method see Klami et al. (2014) . The package can also be used to learn Bayesian canonical correlation analysis (CCA) and group factor analysis (GFA) models, both of which are special cases of CMF. This is likely to be useful for people looking for CCA and GFA solutions supporting missing data and non-Gaussian likelihoods. See Klami et al. (2013) and Virtanen et al. (2012) for details on Bayesian CCA and GFA, respectively.

Copy Link

Version

Install

install.packages('CMF')

Monthly Downloads

257

Version

1.0.2

License

GPL (>= 2)

Maintainer

Felix Held

Last Published

March 13th, 2020

Functions in CMF (1.0.2)

predictCMF

Predict with CMF
getCMFopts

Default options for CMF
matrix_to_triplets

Conversion from matrix to coordinate/triplet format
CMF

Collective Matrix Factorization
triplets_to_matrix

Conversion from triplet/coordinate format to matrix
CMF-package

Collective Matrix Factorization (CMF)