powered by
Lower dimensions are estimated from the object returned from graphMatrix function.
embedding(obj)
A matrix (n times k)
Object returned from graphMatrix function.
Koki Tsuyuzaki
graphMatrix
X <- matrix(runif(10*20), nrow=10, ncol=20) head(embedding(graphMatrix(X, K=2)))
Run the code above in your browser using DataLab