|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectslib.sml.sm.core.metrics.utils.LogBasedMetric
slib.sml.sm.core.metrics.ic.topo.ICi_zhou_2008
public class ICi_zhou_2008
Zhou Z, Wang Y, Gu J: A New Model of Information Content for Semantic Similarity in WordNet. In FGCNS ’08 Proceedings of the 2008 Second International Conference on Future Generation Communication and Networking Symposia Volume 03. IEEE Computer Society; 2008:85-89. IC range : [0,1]
Constructor Summary | |
---|---|
ICi_zhou_2008()
Builder of an instance of IC computer. |
|
ICi_zhou_2008(double k)
Builder of an instance of IC computer. |
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> alldepths,
Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> allDescendantsIncs)
Compute the IC for each vertices expressed in the given result stack. |
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 |
---|
public ICi_zhou_2008()
public ICi_zhou_2008(double k)
k
- the value of the constant.Method Detail |
---|
public Map<org.openrdf.model.URI,Double> compute(Map<org.openrdf.model.URI,Integer> alldepths, Map<org.openrdf.model.URI,Set<org.openrdf.model.URI>> allDescendantsIncs) throws slib.utils.ex.SLIB_Ex_Critic
alldepths
- a result stack containing the depth for each verticesallNbDescendants
- a result stack containing the number of
descendants for each vertices
slib.utils.ex.SLIB_Ex_Critic
public Map<org.openrdf.model.URI,Double> compute(IC_Conf_Topo conf, SM_Engine manager) throws slib.utils.ex.SLIB_Ex_Critic
ICtopo
compute
in interface ICtopo
conf
- the configuration defining the measure among othermanager
- the engine used to manage the computation
slib.utils.ex.SLIB_Ex_Critic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |