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<ch.akuhn.matrix.Vector>> |
eigenIterator(ch.akuhn.matrix.eigenvalues.Eigenvalues evd) |
ch.akuhn.matrix.SparseMatrix |
laplacian(ch.akuhn.matrix.SparseMatrix adj,
org.openimaj.math.matrix.DiagonalMatrix degree) |
laplacianpublic Warped()
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 diagonalspublic Iterator<DoubleObjectPair<ch.akuhn.matrix.Vector>> eigenIterator(ch.akuhn.matrix.eigenvalues.Eigenvalues evd)
eigenIterator in class GraphLaplacian