similarity.invlogweighted: Similarity measures of two vertices (inverse log-weighted)

View source: R/similarity.R

similarity.invlogweightedR Documentation

Similarity measures of two vertices (inverse log-weighted)

Description

[Deprecated]

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


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