Interface EdgeScoringAlgorithm<E,D>
- 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.
-
Method Summary
-
Method Details
-
getScores
-
getEdgeScore
-