public class Sim_pairwise_DAG_edge_Li_2003 extends Sim_DAG_edge_abstract
Constructor and Description |
---|
Sim_pairwise_DAG_edge_Li_2003() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSymmetric() |
double |
sim(double sp_AtoB,
Set<org.openrdf.model.URI> ancestors_A,
Set<org.openrdf.model.URI> ancestors_B,
Map<org.openrdf.model.URI,Integer> maxDepths)
Revenir sur la recherche du msa de Li Pour Li le msa est le concept de
plus faible profondeur qui appartient au chemin le plus court entre les
deux concepts passant par un ancetre commun des deux concepts
Alpha in [0,1] (best : 0.2) Beta in ]0,1] (best : 0.6)
|
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.
|
public double sim(org.openrdf.model.URI a, org.openrdf.model.URI b, SM_Engine c, SMconf conf) throws slib.utils.ex.SLIB_Exception
Sim_Pairwise
a
- the first concept/classb
- the second concept/classc
- the engine used to access information required by the measuresconf
- the configuration to considerslib.utils.ex.SLIB_Exception
public double sim(double sp_AtoB, Set<org.openrdf.model.URI> ancestors_A, Set<org.openrdf.model.URI> ancestors_B, Map<org.openrdf.model.URI,Integer> maxDepths) throws slib.utils.ex.SLIB_Exception
sp_AtoB
- ancestors_A
- ancestors_B
- maxDepths
- slib.utils.ex.SLIB_Exception
public boolean isSymmetric()
Copyright © 2014. All rights reserved.