public abstract class Sim_Framework_DAG_Set_abstract extends Object implements Sim_Pairwise_DAG, Sim_Groupwise_Direct
Constructor and Description |
---|
Sim_Framework_DAG_Set_abstract() |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSymmetric
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
sim
in interface 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(Set<org.openrdf.model.URI> setA, Set<org.openrdf.model.URI> setB, SM_Engine c, SMconf conf) throws slib.utils.ex.SLIB_Exception
Sim_Groupwise_Direct
sim
in interface Sim_Groupwise_Direct
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.slib.utils.ex.SLIB_Exception
public abstract double sim(Set<org.openrdf.model.URI> ancA, Set<org.openrdf.model.URI> ancB, SMconf conf) throws slib.utils.ex.SLIB_Exception
ancA
- the first setancB
- the second setconf
- the configuration to apply to compute the semantic similarityslib.utils.ex.SLIB_Exception
Copyright © 2014. All rights reserved.