Description Usage Arguments Details Value References Examples
Project the sample on the first eigenvectors of the graph Laplacian.
1 | spectral_embedding(adjacency, n_components = 8)
|
adjacency |
The adjacency matrix of the graph to embed. |
n_components |
The dimension of the projection subspace. |
The adjacency matrix is used to compute a normalized graph Laplacian whose spectrum (especially the eigenvectors associated to the smallest eigenvalues) has an interpretation in terms of minimal number of cuts necessary to split the graph into comparably sized components.
The reduced samples.
https://en.wikipedia.org/wiki/LOBPCG
Toward the Optimal Preconditioned Eigensolver: Locally Optimal Block Preconditioned Conjugate Gradient Method Andrew V. Knyazev https://epubs.siam.org/doi/10.1137/S1064827500366124
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.