Defined in File EpidemicSimulationSEIR.hpp
public NetworKit::Algorithm
(Class Algorithm)
Node centrality index which ranks nodes by their degree. Optional normalization by maximum degree.
Public Functions
Simulates an epidemic spread using the Susceptible-Exposed-Infectious-Removed (SEIR) model.
G – The network.
tMax – Max. number of timesteps.
transP – Transmission probability.
eTime – Exposed time.
iTime – Infectious time.
zero – Starting node.
The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.