Efficiency¶
Calculate the (global or local) efficiency parameters of a weighted-directed network.
it is assumed that the network weights are in two space axes of the input packet. The average of inverse shortest path length is the global efficiency which is inversely related to the characteristic path length. The local efficiency is similar to the global efficiency but computed on the neighborhood of the node. References: Latora and Marchiori (2001) Phys Rev Lett 87:198701. Onnela et al. (2005) Phys Rev E 71:065103 Fagiolo (2007) Phys Rev E 76:026107. Rubinov M, Sporns O (2010) NeuroImage 52:1059-69 Wang Y et al. (2016) Neural Comput 21:1-19. Version 0.0.1
Ports/Properties¶
data¶
Data to process.
type¶
The type of efficiency to be computed, can be either 'global' of 'local'.
normalize¶
Normalize the weight matrix if this is True.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.