embedding {Vicus} | R 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
Examples
X <- matrix(runif(10*20), nrow=10, ncol=20)
head(embedding(graphMatrix(X, K=2)))
[Package Vicus version 0.99.0 Index]