-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: CMF
Type: Package
Title: Collective Matrix Factorization
Version: 1.0.3.99
Authors@R: c(
person(given = "Arto", family = "Klami", email = "[email protected]",
role = "aut"),
person(given = "Lauri", family = "Väre", role = "aut"),
person(given = "Felix", family = "Held", email = "[email protected]",
role = c("ctb", "cre")))
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) <arXiv:1312.5921>.
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) <https://research.cs.aalto.fi/pml/online-papers/klami13a.pdf>
and Virtanen et al. (2012) <http://proceedings.mlr.press/v22/virtanen12.html>
for details on Bayesian CCA and GFA, respectively.
License: GPL (>= 2)
Imports: stats
LinkingTo: cpp11
Encoding: UTF-8
Language: en-US
NeedsCompilation: yes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://github.com/cyianor/CMF
BugReports: https://github.com/cyianor/CMF/issues