Defined in File LocalFilterScore.hpp
public NetworKit::EdgeScore< double >
(Template Class EdgeScore)
Local filtering edge scoring. Edges with high score are more important.
Edges are ranked locally, the top d^e (logarithmic, default) or 1+e*(d-1) edges (non-logarithmic) are kept. For equal attribute values, neighbors of low degree are preferred.
Public Functions
Initialize the local edge filtering score.
G – The graph for which the score shall be.
attribute – The input attribute according to which the edges shall be filtered locally.
logarithmic – If the score shall be logarithmic in the rank (then d^e edges are kept). Linear otherwise.
Execute the algorithm.