public static class GraphLaplacian.Warped extends GraphLaplacian
GraphLaplacian.Normalised, GraphLaplacian.Unnormalised, GraphLaplacian.Warped
Constructor and Description |
---|
Warped() |
Modifier and Type | Method and Description |
---|---|
Iterator<DoubleObjectPair<Vector>> |
eigenIterator(Eigenvalues evd) |
SparseMatrix |
laplacian(SparseMatrix adj,
DiagonalMatrix degree) |
laplacian
public Warped()
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 diagonalspublic Iterator<DoubleObjectPair<Vector>> eigenIterator(Eigenvalues evd)
eigenIterator
in class GraphLaplacian