slib.sml.sm.core.measures
Interface Sim_Groupwise_Direct

All Superinterfaces:
Sim_Groupwise
All Known Implementing Classes:
Sim_Framework_DAG_Set_abstract, Sim_Framework_DAG_Set_Bader_2003, Sim_Framework_DAG_Set_Batet_2010, Sim_Framework_DAG_Set_Braun_Blanquet_1932, Sim_Framework_DAG_Set_Dice_1945, Sim_Framework_DAG_Set_Jaccard_1901, Sim_Framework_DAG_Set_Knappe_2004, Sim_Framework_DAG_Set_Korbel_2002, Sim_Framework_DAG_Set_Maryland_Bridge_2003, Sim_Framework_DAG_Set_Ochiai_1957, Sim_Framework_DAG_Set_Simpson_1960, Sim_Framework_DAG_Set_Sokal_Sneath_1963, Sim_Framework_DAG_Set_Tversky_1977, Sim_groupwise_DAG_abstract, Sim_groupwise_DAG_Ali_Deane, Sim_groupwise_DAG_GIC, Sim_groupwise_DAG_Lee_2004, Sim_groupwise_DAG_LP, Sim_groupwise_DAG_NTO, Sim_groupwise_DAG_NTO_MAX, Sim_groupwise_DAG_TO, Sim_groupwise_DAG_UI, Sim_groupwise_Random, VectorSpaceModel

public interface Sim_Groupwise_Direct
extends Sim_Groupwise

Interface used to represent direct groupwise measures. Those measures do not rely on a pairwise measure to compute the likeness of two group of concepts.

Author:
Harispe Sébastien

Method Summary
 double sim(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, SM_Engine rc, SMconf groupwiseconf)
          Compute the similarity between the given sets of concepts considering a particular configuration.
 

Method Detail

sim

double sim(Set<org.openrdf.model.URI> setA,
           Set<org.openrdf.model.URI> setB,
           SM_Engine rc,
           SMconf groupwiseconf)
           throws slib.utils.ex.SLIB_Exception
Compute the similarity between the given sets of concepts considering a particular configuration.

Parameters:
setA - the first set of vertices
setB - the second set of vertices
rc - the engine used to access specific information used by the measures
groupwiseconf - the groupwise configuration.
Returns:
the semantic similarity of the pair of groups of concepts
Throws:
slib.utils.ex.SLIB_Exception


Copyright © 2013. All Rights Reserved.