Description Usage Arguments Details Value
Finds the effective dimension of a latent factor matrix by first computing L2 norms of each column.
1 | effective_dimension(x, thresh = 0.05)
|
x |
a matrix whose columns represent coordinates in a latent space |
thresh |
a threshold close to zero |
Columns with L2 norm greater than the maximum norm times 'thresh' are nonzero. Columns with L2 norm less than the cutoff (above) are 'zero'.
a count of the number of nonzero columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.