public class Sim_pairwise_DAG_hybrid_Ranwez_2006 extends Sim_DAG_hybrid_abstract
Constructor and Description |
---|
Sim_pairwise_DAG_hybrid_Ranwez_2006() |
Modifier and Type | Method and Description |
---|---|
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.
|
public double sim(org.openrdf.model.URI a, org.openrdf.model.URI b, SM_Engine c, SMconf conf)
Sim_Pairwise
a
- the first concept/classb
- the second concept/classc
- the engine used to access information required by the measuresconf
- the configuration to considerpublic double sim(Set<org.openrdf.model.URI> hypoAncEx, Set<org.openrdf.model.URI> hypoA, Set<org.openrdf.model.URI> hypoB)
public boolean isSymmetric()
Copyright © 2014. All rights reserved.