get_embed {MUGS} | R Documentation |
Function For Getting Embedding From SVD
Description
Function For Getting Embedding From SVD
Usage
get_embed(mysvd, d = 2000, normalize = TRUE)
Arguments
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 |
Value
The embedding from SVD
[Package MUGS version 0.1.0 Index]