Skip to contents

Get node embeddings

Usage

get_embeddings(object, which = NULL)

Arguments

object

An EmbedDrift object, see EmbedDrift().

which

Integer. Which embedding to return: 1, 2, or NULL for both as a named list. Defaults to NULL.

Value

A matrix, or a named list with elements embd_1 and embd_2.