similarity.invlogweighted {igraph} | R Documentation |
Similarity measures of two vertices (inverse log-weighted)
Description
Please use similarity()
with method = "invlogweighted"
instead.
Usage
similarity.invlogweighted(
graph,
vids = V(graph),
mode = c("all", "out", "in", "total")
)
Arguments
graph |
The input graph. |
vids |
The vertex ids for which the similarity is calculated. |
mode |
The type of neighboring vertices to use for the calculation,
possible values: ‘ |
[Package igraph version 2.1.2 Index]