- Type Parameters:
E
- the edge typeD
- the score type
- All Known Implementing Classes:
EdgeBetweennessCentrality
public interface EdgeScoringAlgorithm<E,D>
An interface for all algorithms which assign scores to edges of a graph.
- Author:
- Dimitrios Michail
-
Method Summary
-
Method Details
-
getScores
Get a map with the scores of all edges- Returns:
- a map with all scores
-
getEdgeScore
Get an edge score- Parameters:
e
- the edge- Returns:
- the score
-