Description Usage Arguments Details Value Author(s) References See Also Examples
This is a helper function for RelationStrengthSimilarity that returns the RSS for a single directed dyad.
1 | RssCell(xadj, v1, v2, radius)
|
xadj |
numeric matrix, adjacency matrix where the [i,j] entry gives the strength of the link from node i to node j. |
v1 |
numeric, index of the 'from' node. |
v2 |
numeric, index of the 'to' node. |
radius |
numeric, length of longest path examined
from |
This is an internal function. There are no guardians and
it assumes that the adjacency matrix xadj
has had
zeros entered on the diagonal and then each row divided
by the row mean.
numeric, the Relation Strength Similarity score from
v1
to v2
.
Stephen R. Haptonstahl srh@haptonstahl.org
"Discovering Missing Links in Networks Using Similarity Measures", Hung-Hsuan Chen, Liang Gou, Xiaolong (Luke) Zhang, C. Lee Giles. 2012.
https://github.com/shaptonstahl/
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.