spectral_distance_disc {rhype} | R Documentation |
Find the Spectral Distance From the Fully Disconnected Hypergraph
spectral_distance_disc(hype, matrix = "vert_norm_lap_mat")
hype |
A hypergraph object |
matrix |
The matrix to calculate the spectra with respect to. Out of
|
The spectral distance from the disconnected hypergraph
h <- example_hype()
spectral_distance_disc(h)