Skip to content

Construct laplacian eigendecomposited matrix

Evelina Ignatova edited this page Sep 8, 2024 · 1 revision
  • createEigenGraph(String node_label, String laplacian_type, Double number_of_eigenvectors)

node_label :

the name of the group of nodes the eigendecomposition procedure to be perform on

laplacian_type :

  • "sym"
  • "rw"

number_of_eigenvectors:

number of desired eigenvectors

Clone this wiki locally