View source: R/influence_maximization.R
influence_lt | R Documentation |
Calculates influence of k nodes under Linear Threshold model
influence_lt(graph, seed, steps, threshold)
graph |
is the igraph object |
seed |
is the initial seed nodes passed |
steps |
is the time steps for which, the diffusion process should run. If exhaustive run is required, provide a high value (like 100). Default value is 1 |
threshold |
is minimum threshold required to activate a node under observation |
output containing summary, including no. of nodes activated and time taken
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.