JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.uci.ics.jung.algorithms.scoring
Interface EdgeScorer<E,S>
Type Parameters:
E
- the edge type
S
- the score type
All Known Implementing Classes:
BetweennessCentrality
public interface
EdgeScorer<E,S>
An interface for algorithms that assign scores to edges.
Method Summary
Methods
Modifier and Type
Method and Description
S
getEdgeScore
(
E
e)
Returns the algorithm's score for this edge.
Method Detail
getEdgeScore
S
getEdgeScore(
E
e)
Returns the algorithm's score for this edge.
Returns:
the algorithm's score for this edge
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method