slib.sml.sm.core.metrics.ic.topo
Class ICi_sanchez_2011_b

java.lang.Object
  extended by slib.sml.sm.core.metrics.utils.LogBasedMetric
      extended by slib.sml.sm.core.metrics.ic.topo.ICi_sanchez_2011_b
All Implemented Interfaces:
ICtopo, LogBasedMetricInterface

public class ICi_sanchez_2011_b
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 9 p 299 IC inner expression range : ]0,1] IC value : [0,...[ IC is normalize considering spirit formulated in Faria and al in order to produce results [0,1]. Faria D, Pesquita C, Couto FM, Falcão A: Proteinon: A web tool for protein semantic similarity. 2007.

Author:
Harispe Sébastien 

Constructor Summary
ICi_sanchez_2011_b()
           
 
Method Summary
 Map<org.openrdf.model.URI,Double> compute(IC_Conf_Topo conf, SM_Engine manager)
          Compute the topological Information Content for the vertices contained by the graph associated to the given engine.
 Map<org.openrdf.model.URI,Double> compute(Map<org.openrdf.model.URI,Integer> allNbOfReachableLeaves)
           
 
Methods inherited from class slib.sml.sm.core.metrics.utils.LogBasedMetric
getLogBase, setLogBase, setLogBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICi_sanchez_2011_b

public ICi_sanchez_2011_b()
Method Detail

compute

public Map<org.openrdf.model.URI,Double> compute(Map<org.openrdf.model.URI,Integer> allNbOfReachableLeaves)
                                          throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
allNbOfReachableLeaves -
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 other
manager - 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.