Defined in File AlgebraicDistanceIndex.hpp
public NetworKit::LinkPredictor
(Class LinkPredictor)
Algebraic distance assigns a distance value to pairs of nodes according to their structural closeness in the graph.
Public Functions
G – The graph.
numberSystems – Number of vectors/systems used for algebraic iteration.
numberIterations – Number of iterations in each system.
omega – Overrelaxation parameter.
norm – The norm factor of the extended algebraic distance. Maximum norm is realized by setting norm to 0.
Starting with random initialization, compute for all numberSystems “diffusion” systems the situation after numberIterations iterations of overrelaxation with overrelaxation parameter omega.
REQ: Needs to be called before algdist delivers meaningful results!