Uses of Class
com.mastfrog.graph.algorithm.RankingAlgorithm
-
Packages that use RankingAlgorithm Package Description com.mastfrog.graph com.mastfrog.graph.algorithm -
-
Uses of RankingAlgorithm in com.mastfrog.graph
Methods in com.mastfrog.graph with parameters of type RankingAlgorithm Modifier and Type Method Description List<Score<T>>ObjectGraph. apply(RankingAlgorithm<?> alg) -
Uses of RankingAlgorithm in com.mastfrog.graph.algorithm
Classes in com.mastfrog.graph.algorithm with type parameters of type RankingAlgorithm Modifier and Type Class Description classRankingAlgorithm<A extends RankingAlgorithm>Subclasses of RankingAlgorithm in com.mastfrog.graph.algorithm Modifier and Type Class Description classEigenvectorCentralityclassPageRank
-