similarity.jaccard {igraph} | R Documentation |
Similarity measures of two vertices (Jaccard)
Description
Please use similarity()
with method = "jaccard"
instead.
Usage
similarity.jaccard(
graph,
vids = V(graph),
mode = c("all", "out", "in", "total"),
loops = FALSE
)
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: ‘ |
loops |
Whether to include vertices themselves in the neighbor sets. |
[Package igraph version 2.1.4 Index]