View source: R/influence_maximization.R
pagerank_influential | R Documentation |
Returns the most influential nodes in a graph using Pagerank heuristic
pagerank_influential( graph, budget = 1, test_method = c("RESILIENCE", "INFLUENCE_LT", "INFLUENCE_IC") )
graph |
is the igraph object |
budget |
number of influential nodes to be fetched. Default value is 1 |
test_method |
specifies the method to measure influence. Value MUST be "RESILIENCE", "INFLUENCE_IC" or "INFLUENCE_LT" |
object containing: 1. Vector of influential nodes. 2. Measure of influence. 3. Elapsed time in seconds.
Page, L., Brin, S., Motwani, R., & Winograd, T. (1999). The PageRank Citation Ranking: Bringing Order to the Web.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.