Uses of Class
edu.uci.ics.jung.algorithms.scoring.util.VEPair
Packages that use VEPair
Package
Description
Mechanisms for assigning values (denoting significance, influence, centrality, etc.)
to graph elements based on topological properties.
Utility functions for assigning scores to graph elements.
-
Uses of VEPair in edu.uci.ics.jung.algorithms.scoring
Fields in edu.uci.ics.jung.algorithms.scoring with type parameters of type VEPairModifier and TypeFieldDescriptionAbstractIterativeScorer.edge_weightsThe edge weights used by this algorithm.Methods in edu.uci.ics.jung.algorithms.scoring that return types with arguments of type VEPairModifier and TypeMethodDescriptionAbstractIterativeScorer.getEdgeWeights()Returns the Function that this instance uses to associate edge weights with each edge. -
Uses of VEPair in edu.uci.ics.jung.algorithms.scoring.util
Classes in edu.uci.ics.jung.algorithms.scoring.util that implement interfaces with type arguments of type VEPairModifier and TypeClassDescriptionclassATransformer<VEPair,Numberthat delegates its operation to aTransformer<E,Number>.classUniformDegreeWeight<V,E> An edge weight function that assigns weights as uniform transition probabilities.classUniformInOut<V,E> Assigns weights to directed edges (the edge of the vertex/edge pair) depending on whether the vertex is the edge's source or its destination.Methods in edu.uci.ics.jung.algorithms.scoring.util with parameters of type VEPair