slib.sml.sm.core.measures.graph.pairwise.dag.hybrid.experimental
Class Sim_pairwise_DAG_hybrid_Ranwez_2006

java.lang.Object
  extended by slib.sml.sm.core.measures.graph.pairwise.dag.hybrid.Sim_DAG_hybrid_abstract
      extended by slib.sml.sm.core.measures.graph.pairwise.dag.hybrid.experimental.Sim_pairwise_DAG_hybrid_Ranwez_2006
All Implemented Interfaces:
Sim_Pairwise_DAG, Sim_Pairwise

public class Sim_pairwise_DAG_hybrid_Ranwez_2006
extends Sim_DAG_hybrid_abstract

Ranwez S, Ranwez V, Villerd J, Crampes M: Ontological Distance Measures for Information Visualisation on Conceptual Maps. Lecture notes in computer science 2006, 4278/2006:1050-1061. distance converted as similarity using sim = - dist range ]-inf,0]

Author:
Sebastien Harispe

Constructor Summary
Sim_pairwise_DAG_hybrid_Ranwez_2006()
           
 
Method Summary
 boolean isSymmetric()
           
 double sim(Set<org.openrdf.model.URI> hypoAncEx, Set<org.openrdf.model.URI> hypoA, Set<org.openrdf.model.URI> hypoB)
           
 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
 

Constructor Detail

Sim_pairwise_DAG_hybrid_Ranwez_2006

public Sim_pairwise_DAG_hybrid_Ranwez_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.

sim

public double sim(Set<org.openrdf.model.URI> hypoAncEx,
                  Set<org.openrdf.model.URI> hypoA,
                  Set<org.openrdf.model.URI> hypoB)

isSymmetric

public boolean isSymmetric()


Copyright © 2013. All Rights Reserved.