Uses of Interface
com.mastfrog.graph.algorithm.Score
-
Packages that use Score Package Description com.mastfrog.graph com.mastfrog.graph.algorithm -
-
Uses of Score in com.mastfrog.graph
Methods in com.mastfrog.graph that return types with arguments of type Score Modifier and Type Method Description List<Score<T>>ObjectGraph. apply(RankingAlgorithm<?> alg)default List<Score<T>>ObjectGraph. eigenvectorCentrality()Compute the eigenvector centrality - "most likely to be connected *through*" - score for each node.default List<Score<T>>ObjectGraph. pageRank()Compute the pagerank score of every node in the graph. -
Uses of Score in com.mastfrog.graph.algorithm
Methods in com.mastfrog.graph.algorithm that return types with arguments of type Score Modifier and Type Method Description <T> List<Score<T>>RankingAlgorithm. apply(IntGraph graph, IntFunction<T> toObject)Methods in com.mastfrog.graph.algorithm with parameters of type Score Modifier and Type Method Description default intScore. compareTo(Score<?> o)Compares scores, sorting higher scores to the top.
-