Learn R Programming

Vicus (version 0.99.0)

embedding: Graph Embedding

Description

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

Usage

embedding(obj)

Value

A matrix (n times k)

Arguments

obj

Object returned from graphMatrix function.

Author

Koki Tsuyuzaki

See Also

graphMatrix

Examples

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

Run the code above in your browser using DataLab