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