get_asym_sim_grid: Get asymmetrical similarity matrix

View source: R/term-set-sim.R

get_asym_sim_gridR Documentation

Get asymmetrical similarity matrix

Description

Create a numeric matrix of similarities between two lists of term sets, but only averaging over the terms in sets from A the similarities of the best matches in sets from B.

Usage

get_asym_sim_grid(A, B, ...)

Arguments

A

List of term sets.

B

List of term sets.

...

Other arguments to be passed to get_sim_grid.

Value

Numeric matrix of similarities

See Also

get_sim_grid get_profile_sims


ontologySimilarity documentation built on May 29, 2024, 3:51 a.m.