slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.experimental
Class Sim_pairwise_DAG_edge_G_SESAME_2007
java.lang.Object
slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.Sim_DAG_edge_abstract
slib.sml.sm.core.measures.graph.pairwise.dag.edge_based.experimental.Sim_pairwise_DAG_edge_G_SESAME_2007
- All Implemented Interfaces:
- Sim_Pairwise_DAG, Sim_Pairwise
public class Sim_pairwise_DAG_edge_G_SESAME_2007
- extends Sim_DAG_edge_abstract
TODO Check approximation using depth of concepts
- Author:
- Sebastien Harispe
Method Summary |
boolean |
isSymmetric()
|
double |
sim(org.openrdf.model.URI cA,
org.openrdf.model.URI cB,
Set<org.openrdf.model.URI> ancestors_A,
Set<org.openrdf.model.URI> ancestors_B,
Map<org.openrdf.model.URI,Double> distMin_a,
Map<org.openrdf.model.URI,Double> distMin_b,
Map<org.openrdf.model.URI,Integer> maxDepths)
|
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 |
Sim_pairwise_DAG_edge_G_SESAME_2007
public Sim_pairwise_DAG_edge_G_SESAME_2007()
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
- b
- c
- conf
-
- Returns:
sim
public double sim(org.openrdf.model.URI cA,
org.openrdf.model.URI cB,
Set<org.openrdf.model.URI> ancestors_A,
Set<org.openrdf.model.URI> ancestors_B,
Map<org.openrdf.model.URI,Double> distMin_a,
Map<org.openrdf.model.URI,Double> distMin_b,
Map<org.openrdf.model.URI,Integer> maxDepths)
throws slib.utils.ex.SLIB_Exception
- Parameters:
cA
- cB
- ancestors_A
- ancestors_B
- distMin_a
- distMin_b
- maxDepths
-
- Returns:
-
- Throws:
slib.utils.ex.SLIB_Exception
isSymmetric
public boolean isSymmetric()
Copyright © 2013. All Rights Reserved.