slib.sml.sm.core.metrics.ic.topo
Class ICi_ancestors_norm
java.lang.Object
slib.sml.sm.core.metrics.ic.topo.ICi_ancestors_norm
- All Implemented Interfaces:
- ICtopo
public class ICi_ancestors_norm
- extends Object
- implements ICtopo
Basic definition of an estimator of specificity based on the number of ancestors.
- Author:
- Harispe Sébastien
Method Summary |
Map<org.openrdf.model.URI,Double> |
compute(IC_Conf_Topo conf,
SM_Engine engine)
Compute the topological Information Content for the vertices contained by
the graph associated to the given engine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICi_ancestors_norm
public ICi_ancestors_norm()
compute
public Map<org.openrdf.model.URI,Double> compute(IC_Conf_Topo conf,
SM_Engine engine)
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 otherengine
- 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.