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

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_Resnik_1995
All Implemented Interfaces:
Sim_Pairwise_DAG, Sim_Pairwise

public class Sim_pairwise_DAG_edge_Resnik_1995
extends Sim_DAG_edge_abstract

Faites au feeling par seb, verifier quelle est proche de celle de resnik


Constructor Summary
Sim_pairwise_DAG_edge_Resnik_1995()
           
 
Method Summary
 boolean isSymmetric()
           
 double sim(double min_path_lca, double max_depth)
           
 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_edge_Resnik_1995

public Sim_pairwise_DAG_edge_Resnik_1995()
Method Detail

sim

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

Parameters:
a -
b -
c -
conf -
Returns:
Throws:
slib.utils.ex.SLIB_Exception

sim

public double sim(double min_path_lca,
                  double max_depth)
Parameters:
min_path_lca -
max_depth -
Returns:

isSymmetric

public boolean isSymmetric()


Copyright © 2013. All Rights Reserved.