public class Sim_pairwise_DAG_node_Schlicker_Tversky_SimRel extends Object implements Sim_DAG_node_abstract
Modifier and Type | Field and Description |
---|---|
static String |
alpha_param_name |
static String |
beta_param_name |
Constructor and Description |
---|
Sim_pairwise_DAG_node_Schlicker_Tversky_SimRel() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSymmetric() |
double |
sim(double ic_a,
double ic_b,
double ic_mica,
double p_mica,
double alpha,
double beta) |
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 alpha_param_name
public static final String beta_param_name
public Sim_pairwise_DAG_node_Schlicker_Tversky_SimRel()
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(double ic_a, double ic_b, double ic_mica, double p_mica, double alpha, double beta) throws slib.utils.ex.SLIB_Ex_Critic
ic_a
- ic_b
- ic_mica
- p_mica
- alpha
- beta
- slib.utils.ex.SLIB_Ex_Critic
public boolean isSymmetric()
isSymmetric
in interface Sim_Pairwise
Copyright © 2014. All rights reserved.