| Package | Description |
|---|---|
| com.mastfrog.graph | |
| com.mastfrog.graph.algorithm | |
| com.mastfrog.graph.dynamic |
| Modifier and Type | Method and Description |
|---|---|
List<Score<T>> |
ObjectGraph.apply(RankingAlgorithm<?> alg) |
default List<Score<T>> |
ObjectGraph.eigenvectorCentrality()
Compute the eigenvector centrality - "most likely to be connected
*through*" - score for each node.
|
default List<Score<T>> |
ObjectGraph.pageRank()
Compute the pagerank score of every node in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Score<T>> |
RankingAlgorithm.apply(IntGraph graph,
IntFunction<T> toObject) |
| Modifier and Type | Method and Description |
|---|---|
default int |
Score.compareTo(Score<?> o)
Compares scores, sorting higher scores to the top.
|
| Modifier and Type | Method and Description |
|---|---|
List<Score<T>> |
DynamicGraph.apply(RankingAlgorithm<?> alg) |
List<Score<T>> |
DynamicGraph.eigenvectorCentrality() |
List<Score<T>> |
DynamicGraph.pageRank() |
Copyright © 2010–2019 Mastfrog Technologies. All rights reserved.