Uses of Class
com.mastfrog.graph.algorithm.PageRank
-
Packages that use PageRank Package Description com.mastfrog.graph.algorithm -
-
Uses of PageRank in com.mastfrog.graph.algorithm
Fields in com.mastfrog.graph.algorithm with type parameters of type PageRank Modifier and Type Field Description static Algorithm.DoubleParameter<PageRank>PageRank. DAMPING_FACTORstatic Algorithm.IntParameter<PageRank>PageRank. MAXIMUM_ITERATIONSstatic Algorithm.DoubleParameter<PageRank>PageRank. MINIMUM_DIFFERENCEstatic Algorithm.BooleanParameter<PageRank>PageRank. NORMALIZEMethods in com.mastfrog.graph.algorithm that return PageRank Modifier and Type Method Description static PageRankAlgorithm. pageRank()PageRankPageRank. setParameter(Algorithm.BooleanParameter<PageRank> param, boolean value)PageRankPageRank. setParameter(Algorithm.DoubleParameter<PageRank> param, double value)PageRankPageRank. setParameter(Algorithm.IntParameter<PageRank> param, int value)Method parameters in com.mastfrog.graph.algorithm with type arguments of type PageRank Modifier and Type Method Description PageRankPageRank. setParameter(Algorithm.BooleanParameter<PageRank> param, boolean value)PageRankPageRank. setParameter(Algorithm.DoubleParameter<PageRank> param, double value)PageRankPageRank. setParameter(Algorithm.IntParameter<PageRank> param, int value)
-