slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.experimental
Class Sim_pairwise_DAG_edge_Al_Mubaid_2006

java.lang.Object
  extended by slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.Sim_DAG_edge_abstract
      extended by slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.experimental.Sim_pairwise_DAG_edge_Al_Mubaid_2006
All Implemented Interfaces:
Sim_Pairwise_DAG, Sim_Pairwise

public abstract class Sim_pairwise_DAG_edge_Al_Mubaid_2006
extends Sim_DAG_edge_abstract

Al-Mubaid H, Nguyen HA: A cluster-based approach for semantic similarity in the biomedical domain. Conference proceedings : Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and Biology Society. Conference 2006, 1:2713-7.

Author:
Sebastien Harispe

Constructor Summary
Sim_pairwise_DAG_edge_Al_Mubaid_2006()
           
 
Method Summary
 double sim(org.openrdf.model.URI a, org.openrdf.model.URI b, SM_Engine c, SMconf conf)
          Compute the semantic similarity of the pair of concepts/classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface slib.sml.sm.core.measures.Sim_Pairwise
isSymmetric
 

Constructor Detail

Sim_pairwise_DAG_edge_Al_Mubaid_2006

public Sim_pairwise_DAG_edge_Al_Mubaid_2006()
Method Detail

sim

public double sim(org.openrdf.model.URI a,
                  org.openrdf.model.URI b,
                  SM_Engine c,
                  SMconf conf)
Description copied from interface: Sim_Pairwise
Compute the semantic similarity of the pair of concepts/classes.

Parameters:
a - the first concept/class
b - the second concept/class
c - the engine used to access information required by the measures
conf - the configuration to consider
Returns:
the similarity between the pair of concept/class.


Copyright © 2013. All Rights Reserved.