spectral_distance_disc {rhype} | R Documentation |
Find the Spectral Distance From the Fully Disconnected Hypergraph
Description
Find the Spectral Distance From the Fully Disconnected Hypergraph
Usage
spectral_distance_disc(hype, matrix = "vert_norm_lap_mat")
Arguments
hype |
A hypergraph object |
matrix |
The matrix to calculate the spectra with respect to. Out of
|
Value
The spectral distance from the disconnected hypergraph
Examples
h <- example_hype()
spectral_distance_disc(h)
[Package rhype version 0.3.0 Index]