public class Sim_Framework_DAG_Set_Knappe_2004 extends Sim_Framework_DAG_Set_abstract
Constructor and Description |
---|
Sim_Framework_DAG_Set_Knappe_2004() |
Sim_Framework_DAG_Set_Knappe_2004(double k) |
Modifier and Type | Method and Description |
---|---|
double |
getK() |
boolean |
isSymmetric() |
void |
setK(double k) |
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.
|
sim, sim
public Sim_Framework_DAG_Set_Knappe_2004()
public Sim_Framework_DAG_Set_Knappe_2004(double k)
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 getK()
public void setK(double k)
k
- public boolean isSymmetric()
Copyright © 2014. All rights reserved.