Description Usage Arguments Details Value Author(s) References Examples
The Stochastic Approach for Link-Structure Analysis (SALSA) is combination of HITS and PageRank which creates a neighborhood graph using authority and hub pages and links and create a bipartite graph of the authority and hub pages in the neighborhood graph.
1 |
graph |
The input graph as igraph object |
vids |
Vertex sequence, the vertices for which the centrality values are returned. Default is all vertices. |
score |
Character constant, gives which score should be calculated and must be one of 'hub' or 'authority'. The default is 'hub'. |
More detail at SALSA
A numeric vector contaning the centrality scores for the selected vertices.
Mahdi Jalili m_jalili@farabi.tums.ac.ir
Lempel, Ronny, and Shlomo Moran. "SALSA: the stochastic approach for link-structure analysis." ACM Transactions on Information Systems (TOIS) 19.2 (2001): 131-160.
1 2 | g <- barabasi.game(10)
salsa(g)
|
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
Loading required package: Matrix
[1] 1.000000e+00 1.000000e+00 1.000000e+00 1.000000e+00 4.440892e-16
[6] 2.220446e-16 1.110223e-16 0.000000e+00 0.000000e+00 -1.110223e-16
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.