embedding: Graph Embedding

View source: R/embedding.R

embeddingR Documentation

Graph Embedding

Description

Lower dimensions are estimated from the object returned from graphMatrix function.

Usage

embedding(obj)

Arguments

obj

Object returned from graphMatrix function.

Value

A matrix (n times k)

Author(s)

Koki Tsuyuzaki

See Also

graphMatrix

Examples

X <- matrix(runif(10*20), nrow=10, ncol=20)
head(embedding(graphMatrix(X, K=2)))

Vicus documentation built on March 31, 2023, 7:24 p.m.