normalize.laplacian {diffusr} | R Documentation |
Calculate the Laplacian of a matrix
normalize.laplacian(obj, ...)
obj |
matrix for which the Laplacian is calculated |
... |
additional params |
returns the Laplacian
W <- matrix(abs(rnorm(10000)), 100, 100) lapl.W <- normalize.laplacian(W)