GroupSim_pairwise_max
GroupSim_pairwise_max(
dag,
group1,
group2,
term_sim_method = NULL,
IC_method = NULL,
verbose = simona_opt$verbose,
...
)
This is the maximal S(a, b)
among all pairs of terms in group1
and group2
:
= max_{a in group1, b in group2}(S(a, b)) group_sim
The term semantic similarity method and the IC method can be set via control
argument:
group_sim(dag, group1, group2, method = "GroupSim_pairwise_max"
control = list(term_sim_method = "Sim_Lin_1998", IC_method = "IC_annotation")`.
Other parameters for the term_sim_method
can also be set in the control
list.
Paper link: doi:10.1109/TCBB.2005.50 .