slib.sml.sm.core.metrics.ic.topo
Class ICi_sanchez_2011_a
java.lang.Object
slib.sml.sm.core.metrics.utils.LogBasedMetric
slib.sml.sm.core.metrics.ic.topo.ICi_sanchez_2011_a
- All Implemented Interfaces:
- ICtopo, LogBasedMetricInterface
public class ICi_sanchez_2011_a
- extends LogBasedMetric
- implements ICtopo
Reference: Sanchez D, Batet M, Isern D: Ontology-based information content
computation. Knowledge-Based Systems 2011, 24:297-303.
formula equation 10 p 300
IC inner expression range : ]0,1] IC value : [0,...[
- Author:
- Harispe Sébastien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICi_sanchez_2011_a
public ICi_sanchez_2011_a()
compute
public Map<org.openrdf.model.URI,Double> compute(Map<org.openrdf.model.URI,Integer> allNbOfReachableLeaves,
Map<org.openrdf.model.URI,Integer> allNbAncestors)
throws slib.utils.ex.SLIB_Ex_Critic
- Parameters:
allNbOfReachableLeaves
- allNbAncestors
-
- Returns:
-
- Throws:
slib.utils.ex.SLIB_Ex_Critic
compute
public Map<org.openrdf.model.URI,Double> compute(IC_Conf_Topo conf,
SM_Engine manager)
throws slib.utils.ex.SLIB_Ex_Critic
- Description copied from interface:
ICtopo
- Compute the topological Information Content for the vertices contained by
the graph associated to the given engine.
- Specified by:
compute
in interface ICtopo
- Parameters:
conf
- the configuration defining the measure among othermanager
- the engine used to manage the computation
- Returns:
- a result stack containing the Information Content for each
vertices of the graph.
- Throws:
slib.utils.ex.SLIB_Ex_Critic
Copyright © 2013. All Rights Reserved.