spectral_distance {rhype} | R Documentation |
Find the Spectral Distance Between Two Hypergraphs
spectral_distance(hype1, hype2, matrix = "laplacian")
hype1 |
A hypergraph object |
hype2 |
A hypergraph object |
matrix |
The matrix to calculate the spectral distance with respect to.
Out of |
A number representing the spectral distance between the two hypergraphs with respect to the given matrix
h1 <- example_hype()
h2 <- example_hype()
spectral_distance(h1, h2)