get_embed | R Documentation |
Function For Getting Embedding From SVD
get_embed(mysvd, d = 2000, normalize = TRUE)
mysvd |
the (managed) svd result (adding an element with 'names') |
d |
dim of the final embedding |
normalize |
if the output embeddings have l2 norm equal to 1 |
The embedding from SVD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.