GroupSim_SimGIC
Denote A
and B
as the two sets of ancestors terms of terms in group1
and group2
respectively,
the SimGIC is:
group_sim = sum_{x in intersect(A, B)}(IC(x))/sum_{x in union(A, B)}(IC(x))
IC method can be set via control = list(IC_method = ...)
.