public class Sim_pairwise_DAG_node_Harispe_2013 extends Object implements Sim_DAG_node_abstract
Modifier and Type | Field and Description |
---|---|
static String[] |
acceptedAggregations |
static String[] |
acceptedMeasures |
static String |
aggregation_lca |
static String |
measure_param |
Constructor and Description |
---|
Sim_pairwise_DAG_node_Harispe_2013() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSymmetric() |
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 static final String aggregation_lca
public static final String measure_param
public static final String[] acceptedMeasures
public static final String[] acceptedAggregations
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 boolean isSymmetric()
isSymmetric
in interface Sim_Pairwise
Copyright © 2014. All rights reserved.