slib.sml.sm.core.metrics.ic.topo
Interface ICtopo

All Known Implementing Classes:
ICi_ancestors_norm, ICi_depth_max_nonlinear, ICi_depth_min_nonlinear, ICi_harispe_2012, ICi_probOccurence, ICi_probOccurence_propagatted, ICi_resnik_1995, ICi_resnik_unpropagatted_1995, ICi_sanchez_2011_a, ICi_sanchez_2011_b, ICi_seco_2004, ICi_zhou_2008, ProbOccurence

public interface ICtopo

Class representing Topological Information Content

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.
 

Method Detail

compute

Map<org.openrdf.model.URI,Double> compute(IC_Conf_Topo conf,
                                          SM_Engine engine)
                                          throws slib.utils.ex.SLIB_Ex_Critic
Compute the topological Information Content for the vertices contained by the graph associated to the given engine.

Parameters:
conf - the configuration defining the measure among other
engine - 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.