cascades {NetworkInference} | R Documentation |
Example cascades
Description
An example dataset of 31 nodes and 54 cascades. From the original netinf implementation in SNAP.
Usage
data(cascades)
Format
An object of class cascade
containing 4 objects
- node_names
Character node names
- cascade_nodes
A list of integer vectors. Each containing the names of the nodes infected in this cascades in the order of infection
- cascade_times
A list of numeric vectors. Each containing the infection times for the corresponding nodes in cascade_nodes
Source
https://github.com/snap-stanford/snap/blob/master/examples/netinf/example-cascades.txt
[Package NetworkInference version 1.2.4 Index]