| Package | Description |
|---|---|
| com.mastfrog.graph.algorithm |
| Modifier and Type | Class and Description |
|---|---|
class |
Algorithm<R,A extends Algorithm> |
static class |
Algorithm.BooleanParameter<A extends Algorithm> |
static class |
Algorithm.DoubleParameter<A extends Algorithm> |
static class |
Algorithm.IntParameter<A extends Algorithm> |
| Modifier and Type | Class and Description |
|---|---|
class |
EigenvectorCentrality |
class |
PageRank |
class |
RankingAlgorithm<A extends RankingAlgorithm> |
| Modifier and Type | Method and Description |
|---|---|
protected static <A extends Algorithm> |
Algorithm.createBooleanParameter(Class<A> alg,
String name) |
protected static <A extends Algorithm> |
Algorithm.createDoubleParameter(Class<A> alg,
String name) |
protected static <A extends Algorithm> |
Algorithm.createIntegerParameter(Class<A> alg,
String name) |
Copyright © 2010–2019 Mastfrog Technologies. All rights reserved.