Skip to content

armp30/IndependentCascadeModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndependentCascadeModel

The Independent Cascade Model is an information diffusion model where the information flows over the network through cascade. Nodes can have two states, active: it means the node is already influenced by the information in diffusion, inactive: node is unaware of the information or not influenced.

Independent Cascade Model highly used in evaluating Influence Maximization Algorithms in Complex Networks where you should choose grouph of seed to spread information across network with graph structured.

#Input Data

JGraphT is used for Graph Structure. https://jgrapht.org It supports multiple data format for importing the csvimporter is used in the example code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages