overlap_coefficient: Overlap coefficient.

View source: R/term_similarities.R

overlap_coefficientR Documentation

Overlap coefficient.

Description

Compute overlap coefficient between two sets.

Usage

overlap_coefficient(x, y)

Arguments

x

First set.

y

Second set.

Value

Overlap coefficient between set x and y.

See Also

Other pathway similarity methods: jaccard()

Examples

overlap_coefficient(c(1, 2, 3), c(2, 3, 4))

cbg-ethz/pareg documentation built on July 20, 2023, 7:30 p.m.