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