Bases: Algorithm
Simulates an epidemic spread using the Susceptible-Exposed-Infectious-Removed (SEIR) model.
G (networkit.Graph) – The graph.
tMax (int) – Maximum number of timesteps.
transP (float) – Transmission probability.
eTime (int) – Exposed time
iTime (int) – Infectious time.
zero (int) – Starting node.
Returns a pandas object, containing the simulation data Only valid after run() is called.
The simulation data.
pandas.DataFrame