laplacian: —————- Helper functions —————- laplacian

Description Usage Arguments Value

Description

The function to calculate Graph Laplacian from an Adjacency Matrix

Usage

1
laplacian(AdjMat, type, regularizer)

Arguments

AdjMat

An Adjacency Matrix

type

Type to normalize to matrix: only by rows, only by columns, or both

regularizer

Whether to regularize: TRUE or FALSE

Value

GraphLap The Graph Laplacian


yzhang672/SpeCon documentation built on May 31, 2019, 1:17 p.m.