mat.to.laplacian {LassoNet}R Documentation

Computes Laplacian matrix.

Description

Computes Laplacian matrix.

Usage

mat.to.laplacian(M1,type)

Arguments

M1

p \times p matrix

type

Laplacian types: 1) "normalized" (default) - normalized Laplacian, 2) "combinatorial" - combinatorial Laplacian

Value

L

Laplacian

Author(s)

Maintainer: Jonas Striaukas <jonas.striaukas@gmail.com>


[Package LassoNet version 0.8.3 Index]