powered by
Calculate the Laplacian of a matrix
normalize.laplacian(obj, ...)
matrix for which the Laplacian is calculated
additional params
returns the Laplacian
# NOT RUN { W <- matrix(abs(rnorm(10000)), 100, 100) lapl.W <- normalize.laplacian(W) # }
Run the code above in your browser using DataLab