| Package | Description |
|---|---|
| com.mastfrog.graph.algorithm |
| Modifier and Type | Field and Description |
|---|---|
static Algorithm.IntParameter<PageRank> |
PageRank.MAXIMUM_ITERATIONS |
static Algorithm.IntParameter<EigenvectorCentrality> |
EigenvectorCentrality.MAXIMUM_ITERATIONS |
| Modifier and Type | Method and Description |
|---|---|
protected static <A extends Algorithm> |
Algorithm.createIntegerParameter(Class<A> alg,
String name) |
| Modifier and Type | Method and Description |
|---|---|
A |
Algorithm.setParameter(Algorithm.IntParameter<A> param,
int value) |
EigenvectorCentrality |
EigenvectorCentrality.setParameter(Algorithm.IntParameter<EigenvectorCentrality> param,
int value) |
PageRank |
PageRank.setParameter(Algorithm.IntParameter<PageRank> param,
int value) |
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.