spectral_distance_disc: Find the Spectral Distance From the Fully Disconnected...

View source: R/spectral_calcs.R

spectral_distance_discR 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 "vert_norm_lap_mat" and "hype_norm_lap_mat"

Value

The spectral distance from the disconnected hypergraph

Examples

h <- example_hype()
spectral_distance_disc(h)

rhype documentation built on Aug. 6, 2022, 5:05 p.m.