Package com.mastfrog.graph.algorithm
Class RankingAlgorithm<A extends RankingAlgorithm>
- java.lang.Object
-
- com.mastfrog.graph.algorithm.Algorithm<double[],A>
-
- com.mastfrog.graph.algorithm.RankingAlgorithm<A>
-
- Direct Known Subclasses:
EigenvectorCentrality,PageRank
public abstract class RankingAlgorithm<A extends RankingAlgorithm> extends Algorithm<double[],A>
- Author:
- Tim Boudreau
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.mastfrog.graph.algorithm.Algorithm
Algorithm.BooleanParameter<A extends Algorithm>, Algorithm.DoubleParameter<A extends Algorithm>, Algorithm.IntParameter<A extends Algorithm>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> List<Score<T>>apply(IntGraph graph, IntFunction<T> toObject)-
Methods inherited from class com.mastfrog.graph.algorithm.Algorithm
apply, createBooleanParameter, createDoubleParameter, createIntegerParameter, eigenvectorCentrality, pageRank, setParameter, setParameter, setParameter, toString
-
-
-
-
Method Detail
-
apply
public <T> List<Score<T>> apply(IntGraph graph, IntFunction<T> toObject)
-
-