Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.uci.ics.jung.algorithms.scoring Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
AbstractIterativeScorerAn abstract class for algorithms that assign scores to vertices based on iterative methods.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
AbstractIterativeScorerWithPriorsAn abstract class for iterative random-walk-based vertex scoring algorithms fixed probability, for each vertex, of 'jumping' to that vertex at eachClassedu.uci.ics.jung.algorithms.scoringSourceForge Jung
BarycenterScorerAssigns scores to each vertex according to the sum of its distances to all other vertices.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
BetweennessCentralityComputes betweenness centrality for each vertex and edge in the graph.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
ClosenessCentralityAssigns scores to each vertex based on the mean distance to each other vertex.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
DegreeScorerAssigns a score to each vertex equal to its degree.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
DelegateToEdgeTransformerA Transformer that delegates its operation to a Transformer.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
DistanceCentralityScorerAssigns scores to vertices based on their distances to each other vertex This class optionally normalizes its results based on the value of itsClassedu.uci.ics.jung.algorithms.scoringSourceForge Jung
EdgeScorerAn interface for algorithms that assign scores to edges.Interfaceedu.uci.ics.jung.algorithms.scoringSourceForge Jung
EigenvectorCentralityCalculates eigenvector centrality for each vertex in the graph.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
HITSAssigns hub and authority scores to each vertex depending on the topology of the network.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
HITS .ScoresMaintains hub and authority score information for a vertex.Classedu.uci.ics.jung.algorithms.scoring.HITSSourceForge Jung
HITSWithPriorsA generalization of HITS that permits non-uniformly-distributed random jumps.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
KStepMarkovA special case of PageRankWithPriors in which the final scores represent a probability distribution over position assuming a random (Markovian)Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
PageRankAssigns scores to each vertex according to the PageRank algorithm.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
PageRankWithPriorsA generalization of PageRank that permits non-uniformly-distributed random jumps.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung
ScoringUtilsMethods for assigning values (to be interpreted as prior probabilities) to vertices in the context of random-walk-based scoring algorithms.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
UniformDegreeWeightAn edge weight function that assigns weights as uniform transition probabilities.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
UniformInOutAssigns weights to directed edges (the edge of the vertex/edge pair) depending on whether the vertex is the edge's source or its destination.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
VEPairConvenience class for associating a vertex and an edge.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
VertexScorerAn interface for algorithms that assign scores to vertices.Interfaceedu.uci.ics.jung.algorithms.scoringSourceForge Jung
VertexScoreTransformerA Transformer convenience wrapper around VertexScorer.Classedu.uci.ics.jung.algorithms.scoring.utilSourceForge Jung
VoltageScorerAssigns scores to vertices according to their 'voltage' in an approximate solution to the Kirchoff equations.Classedu.uci.ics.jung.algorithms.scoringSourceForge Jung