public class Sim_Framework_DAG_Set_Batet_2010 extends Sim_Framework_DAG_Set_abstract
Constructor and Description |
---|
Sim_Framework_DAG_Set_Batet_2010() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSymmetric() |
double |
sim(int nbVertices,
Set<org.openrdf.model.URI> a,
Set<org.openrdf.model.URI> b)
Normalized version
|
double |
sim(Set<org.openrdf.model.URI> setA,
Set<org.openrdf.model.URI> setB,
SM_Engine c,
SMconf conf)
Compute the similarity between the given sets of concepts considering a
particular configuration.
|
double |
sim(Set<org.openrdf.model.URI> ancA,
Set<org.openrdf.model.URI> ancB,
SMconf conf)
This provide a way to compare the two sets of concepts which have been
extended considering inference based on the taxonomic hierarchy.
|
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
sim
in interface Sim_Pairwise
sim
in class Sim_Framework_DAG_Set_abstract
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> setA, Set<org.openrdf.model.URI> setB, SM_Engine c, SMconf conf)
Sim_Groupwise_Direct
sim
in interface Sim_Groupwise_Direct
sim
in class Sim_Framework_DAG_Set_abstract
setA
- the first set of verticessetB
- the second set of verticesc
- the engine used to access specific information used by the
measuresconf
- the groupwise configuration.public double sim(Set<org.openrdf.model.URI> ancA, Set<org.openrdf.model.URI> ancB, SMconf conf)
Sim_Framework_DAG_Set_abstract
sim
in class Sim_Framework_DAG_Set_abstract
ancA
- the first setancB
- the second setconf
- the configuration to apply to compute the semantic similaritypublic double sim(int nbVertices, Set<org.openrdf.model.URI> a, Set<org.openrdf.model.URI> b)
nbVertices
- a
- b
- public boolean isSymmetric()
Copyright © 2014. All rights reserved.