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.
|
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.collections4.Transformer<VEPair<V,E>,? extends Number> |
AbstractIterativeScorer.edge_weights
The edge weights used by this algorithm.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections4.Transformer<VEPair<V,E>,? extends Number> |
AbstractIterativeScorer.getEdgeWeights()
Returns the Transformer that this instance uses to associate edge weights with each edge.
|
Modifier and Type | Method and Description |
---|---|
Double |
UniformInOut.transform(VEPair<V,E> ve_pair) |
Double |
UniformDegreeWeight.transform(VEPair<V,E> ve_pair) |
Number |
DelegateToEdgeTransformer.transform(VEPair<V,E> arg0) |
Copyright © 2015. All rights reserved.