Interface EdgeScorer<E,S>
- Type Parameters:
E
- the edge typeS
- the score type
- All Known Implementing Classes:
BetweennessCentrality
public interface EdgeScorer<E,S>
An interface for algorithms that assign scores to edges.
-
Method Summary
-
Method Details
-
getEdgeScore
- Parameters:
e
- the edge whose score is requested- Returns:
- the algorithm's score for this edge
-