LaplacianEigenmaps: Laplacian Eigenmaps

Description Usage Arguments Value

Description

Compute the Laplacian-Eigenmaps embedding of a weighted adjacency matrix.

Usage

1
LaplacianEigenmaps(w, symmetric = FALSE)

Arguments

w

A symmetric weighted adjacency matrix.

symmetric

A logical. If FALSE, then w is checked for symmetry. If it is known beforehand that w is symmetric, then it is faster to call with symmetric = TRUE.

Value

The eigenvalues lambda and corresponding eigenvectors e that are solutions to the generalized eigenvector problem: L(w)*f = lambda*D(w)*e.

The eigenvalues and eigenvectors are returned as a list with two elements:


patrickreidy/phoneigen documentation built on May 20, 2019, 10:22 p.m.