Propagation simulation of a disease in a social graph.

Parameters:
The Infection action simulates the propagation of an infection (or influence) through a network graph, starting from an initial infected set of nodes and propagating through weighted edges. The result is a new table containing each node’s infection value across defined propagation degrees.


1
The output includes a table with the following columns:
| Column | Description |
|---|---|
ID |
Node identifier |
IDFirstSourceOfInfection |
The original infection source ID |
Infection_0 |
Infection value at degree 0 (original nodes) |
Infection_1 |
Infection value after 1st-degree propagation |

The test pipeline includes:

The Infection action button models the spread of influence, information, or infection across a network of nodes (e.g., people, devices, or locations). It uses a graph structure where connections (edges) between entities (nodes) are defined with a weight representing the strength or likelihood of transmission.
Initial Input:
Computation:
Degrees of propagation.Output:
Infection_0 shows original infection values, while Infection_1 shows values after one degree of propagation.| Domain | Application Example |
|---|---|
| Epidemiology | Modeling disease spread between people or regions |
| Social Networks | Tracking rumor or information spread on social media |
| Cybersecurity | Simulating malware propagation in a device or server network |
| Risk Analysis | Propagating financial or operational risk between connected assets |
| Marketing | Estimating customer influence or word-of-mouth promotion effects |
Degrees of propagation for complex chains, but monitor performance.