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