public class Sim_pairwise_DAG_edge_Rada_1989 extends Sim_DAG_edge_abstract
Constructor and Description |
---|
Sim_pairwise_DAG_edge_Rada_1989() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSymmetric() |
double |
sim(double distSourceTarget)
Compute the Rada similarity given the distance of the shortest path
linking the two concepts.
|
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_Ex_Critic
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_Ex_Critic
public double sim(double distSourceTarget)
distSourceTarget
- public boolean isSymmetric()
Copyright © 2014. All rights reserved.