Description Usage Arguments Details Value Author(s) References Examples
Spectral decomposition of Laplacian matrices of graphs.
1 | gs.embed.lse(g, k = NULL, edge.attr = NULL)
|
g |
an |
edge.attr |
if
|
This function computes a k
-dimensional Euclidean representation of
the graph based on its Laplacian matrix, L. This representation is
computed via the singular value decomposition of the Laplacian matrix.
A list containing the following:
|
an |
|
|
D |
The eigenvalues (for undirected graphs) or the singular values (for directed graphs) associated with the latent positions. |
Eric Bridgeford ericwb95@gmail.com
Sussman, D.L., Tang, M., Fishkind, D.E., Priebe, C.E. A Consistent Adjacency Spectral Embedding for Stochastic Blockmodel Graphs, Journal of the American Statistical Association, Vol. 107(499), 2012
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.