Description Usage Arguments Examples
View source: R/object-fa-like.R
A low rank matrix factorization of a matrix X
is
parameterized by X ~= X %*% B %*% t(Y)
. The
object is "factor analysis-like" because the middle
matrix in the decomposition is arbitrary rather than
diagonal.
1 |
Z |
A matrix of embeddings for each observation. |
B |
A mixing matrix describing how observation embeddings and topics interact. Does not have to be diagonal! |
Y |
A matrix describing the compositions of various topics or factors. |
subclasses |
A character vector of subclasses.
Optional, defaults to |
... |
Optional additional items to pass to the constructor. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.