LaplacianN

PURPOSE

Normalised Laplacian and vector containing square root of degree of each vertex

SYNOPSIS

function [L, v1] = LaplacianN(W,weights)

DESCRIPTION

Normalised Laplacian and vector containing square root of degree of each vertex
[L, V1] = LAPLACIANN(W,WEIGHTS)

 Inputs:
    (W): Similarity matrix
    (WEIGHTS): microcluster weights (if empty no microclustering is assumed)

 Output:
    (L): Normalised Laplacian matrix
    (V1): unit-length vector containing square root of degrees := 1st eigenvector of (L)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005