slib.sml.sm.core.measures.graph.pairwise.dag.node_based.experimental
Class Sim_pairwise_DAG_node_Resnik_1995_Descendants
java.lang.Object
slib.sml.sm.core.measures.graph.pairwise.dag.node_based.experimental.Sim_pairwise_DAG_node_Resnik_1995_Descendants
- All Implemented Interfaces:
- Sim_DAG_node_abstract, Sim_Pairwise_DAG, Sim_Pairwise
public class Sim_pairwise_DAG_node_Resnik_1995_Descendants
- extends Object
- implements Sim_DAG_node_abstract
Resnik P: Using Information Content to Evaluate Semantic Similarity in a
Taxonomy. In Proceedings of the 14th International Joint Conference on
Artificial Intelligence IJCAI. 1995, 1:448-453.
- Author:
- Sebastien Harispe
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sim_pairwise_DAG_node_Resnik_1995_Descendants
public Sim_pairwise_DAG_node_Resnik_1995_Descendants()
sim
public double sim(org.openrdf.model.URI a,
org.openrdf.model.URI b,
SM_Engine c,
SMconf conf)
throws slib.utils.ex.SLIB_Exception
- Description copied from interface:
Sim_Pairwise
- Compute the semantic similarity of the pair of concepts/classes.
- Specified by:
sim
in interface Sim_Pairwise
- Parameters:
a
- b
- c
- conf
-
- Returns:
-
- Throws:
slib.utils.ex.SLIB_Exception
isSymmetric
public boolean isSymmetric()
- Specified by:
isSymmetric
in interface Sim_Pairwise
Copyright © 2013. All Rights Reserved.