influence_lt: Calculates influence of k nodes under Linear Threshold model

View source: R/influence_maximization.R

influence_ltR Documentation

Calculates influence of k nodes under Linear Threshold model

Description

Calculates influence of k nodes under Linear Threshold model

Usage

influence_lt(graph, seed, steps, threshold)

Arguments

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

Value

output containing summary, including no. of nodes activated and time taken


seekme94/influence.mining documentation built on Aug. 2, 2022, 10:19 p.m.