Uses of Class
edu.uci.ics.jung.algorithms.scoring.util.VEPair
-
Packages that use VEPair Package Description edu.uci.ics.jung.algorithms.scoring Mechanisms for assigning values (denoting significance, influence, centrality, etc.) to graph elements based on topological properties.edu.uci.ics.jung.algorithms.scoring.util 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 VEPair Modifier and Type Field Description protected com.google.common.base.Function<VEPair<V,E>,? extends java.lang.Number>
AbstractIterativeScorer. edge_weights
The edge weights used by this algorithm.Methods in edu.uci.ics.jung.algorithms.scoring that return types with arguments of type VEPair Modifier and Type Method Description com.google.common.base.Function<VEPair<V,E>,? extends java.lang.Number>
AbstractIterativeScorer. 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
Methods in edu.uci.ics.jung.algorithms.scoring.util with parameters of type VEPair Modifier and Type Method Description java.lang.Number
DelegateToEdgeTransformer. apply(VEPair<V,E> arg0)
java.lang.Double
UniformDegreeWeight. apply(VEPair<V,E> ve_pair)
java.lang.Double
UniformInOut. apply(VEPair<V,E> ve_pair)
-