-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetEdgeScore(E e)Get an edge scoreMap<E,D>getScores()Get a map with the scores of all edges
-