get_embed: Function For Getting Embedding From SVD

View source: R/get_embed.R

get_embedR 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


MUGS documentation built on June 8, 2025, 12:35 p.m.