similarity.dice: Similarity measures of two vertices (Dice)

View source: R/similarity.R

similarity.diceR Documentation

Similarity measures of two vertices (Dice)

Description

[Deprecated]

Please use similarity() with method = "dice" instead.

Usage

similarity.dice(
  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: ‘out’, ‘⁠in⁠’, ‘all’.

loops

Whether to include vertices themselves in the neighbor sets.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.