get_asym_sim_grid {ontologySimilarity}R 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


[Package ontologySimilarity version 2.7 Index]