public static class GraphLaplacian.Unnormalised extends GraphLaplacian
GraphLaplacian.Normalised, GraphLaplacian.Unnormalised, GraphLaplacian.Warped
Constructor and Description |
---|
Unnormalised() |
Modifier and Type | Method and Description |
---|---|
SparseMatrix |
laplacian(SparseMatrix adj,
DiagonalMatrix degree) |
eigenIterator, laplacian
public Unnormalised()
public SparseMatrix laplacian(SparseMatrix adj, DiagonalMatrix degree)
laplacian
in class GraphLaplacian
adj
- square and symmetricdegree
- the sum of the adjacency for a node in the diagonals