|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.graph.algorithm.Algorithm
infovis.graph.algorithm.Laplacian
public class Laplacian
Computes the Laplacian of a graph
| Field Summary |
|---|
| Fields inherited from class infovis.graph.algorithm.Algorithm |
|---|
BLACK, GREY, WHITE |
| Constructor Summary | |
|---|---|
Laplacian(Graph graph)
|
|
| Method Summary | |
|---|---|
DoubleMatrix2D |
compute()
|
DoubleMatrix2D |
compute(DoubleMatrix2D matrix)
|
DoubleMatrix2D |
compute(NumberColumn edgeWeights)
|
DoubleMatrix2D |
compute(NumberColumn edgeWeights,
DoubleMatrix2D matrix)
|
static DoubleMatrix2D |
computeLaplacian(Graph graph,
NumberColumn edgeWeights,
DoubleMatrix2D matrix)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Laplacian(Graph graph)
| Method Detail |
|---|
public DoubleMatrix2D compute(NumberColumn edgeWeights,
DoubleMatrix2D matrix)
public DoubleMatrix2D compute(NumberColumn edgeWeights)
public DoubleMatrix2D compute()
public DoubleMatrix2D compute(DoubleMatrix2D matrix)
public static DoubleMatrix2D computeLaplacian(Graph graph,
NumberColumn edgeWeights,
DoubleMatrix2D matrix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||