Jump to content

Multidimensional network: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 26: Line 26:
In a multidimensional network, the neighbors of some node <math>v</math> are all nodes connected to <math>v</math> across dimensions.
In a multidimensional network, the neighbors of some node <math>v</math> are all nodes connected to <math>v</math> across dimensions.
====Adjacency matrix====
====Adjacency matrix====
Whereas unidimensional networks have two-dimensional [[Adjacency matrix|adjacency matrices]] of size <math>V\times V</math>, in a multidimensional network with <math>D</math> dimensions, the adjacency matrix becomes a three-dimensional matrix of size <math>V\times V\times D</math>.<ref name="Mathematical Formulation of Multilayer Networks">{{Cite DOI|10.1103/PhysRevX.3.041022</ref>
Whereas unidimensional networks have two-dimensional [[Adjacency matrix|adjacency matrices]] of size <math>V\times V</math>, in a multidimensional network with <math>D</math> dimensions, the adjacency matrix becomes a three-dimensional matrix of size <math>V\times V\times D</math>.<ref name="Mathematical Formulation of Multilayer Networks">{{Cite DOI|10.1103/PhysRevX.3.041022}}</ref>
====Multi-layer Path Length====
One way to assess the distance between two nodes in a multidimensional network is through a vector '''r''' <math>=(r_1, \dots r_{|D|})</math> in which the <math>i</math>th entry in '''r''' is the number of links traversed in the <math>i</math>th dimension of <math>G</math>.<ref name="On multidimensional network measures">M. Magnani, A. Monreale,G. Rossetti, F. Giannotti: "On multidimensional network measures", SEBD 2013, Rocella Jonica, Italy</ref> As with overlapping degree, the sum of these elements can be taken as a rough measure of distance between two nodes.
====Multidimensional distance====

===Measures===
===Measures===
====Degree correlations====
====Degree correlations====

====Clustering coefficients====
====Clustering coefficients====

====Community discovery====
====Community discovery====
<ref name="ABACUS: frequent pAttern mining-BAsed Community discovery in multidimensional networkS">{{Cite DOI|10.1007/s10618-013-0331-0}}</ref>
<ref name="ABACUS: frequent pAttern mining-BAsed Community discovery in multidimensional networkS">{{Cite DOI|10.1007/s10618-013-0331-0}}</ref>

====Dimension relevance====
====Dimension relevance====
In a multidimensional network, the relevance of a given dimension (or set of dimensions) <math>D</math> for one node can be assessed by the ratio: <math>\frac{\text{neighbors in D}}{\text{neighbors in all dimensions}}</math>.<ref name="Foundations of Multidimensional Network Analysis"/>
In a multidimensional network <math>G = (V,E,D)</math>, the relevance of a given dimension (or set of dimensions) <math>D'</math> for one node can be assessed by the ratio: <math>\frac{\text{Neighbors}(v,D')}{\text{Neighbors}(v,D)}</math>.<ref name="Foundations of Multidimensional Network Analysis"/>
====Dimension connectivity====
====Dimension connectivity====

====Shortest path discovery====
====Shortest path discovery====
<ref name="Shortest Path Discovery in the Multi-layered Social Network">Bródka, P., Stawiak, P. & Kazienko, P. (2011). Shortest Path Discovery in the Multi-layered Social Network. ASONAM (p./pp. 497-501), : IEEE Computer Society.</ref>
<ref name="Shortest Path Discovery in the Multi-layered Social Network">Bródka, P., Stawiak, P. & Kazienko, P. (2011). Shortest Path Discovery in the Multi-layered Social Network. ASONAM (p./pp. 497-501), : IEEE Computer Society.</ref>
====Burst detection====
====Burst detection====
<ref name="Multidimensional Human Dynamics in Mobile Phone Communications">{{Cite doi|10.1371/journal.pone.0103183}}</ref>
<ref name="Multidimensional Human Dynamics in Mobile Phone Communications">{{Cite doi|10.1371/journal.pone.0103183}}</ref>
====Path Dominance====
====Multidimensional betweenness centrality====
==Applications==
==Applications==
Multidimensional network analysis has a wide range of applications.
Multidimensional network analysis has a wide range of applications.

Revision as of 17:50, 26 November 2014

Multidimensional networks are networks with multiple kinds of relations.Cite error: The <ref> tag has too many names (see the help page).

Terminoloy

The rapid exploration of complex networks in recent years has been dogged by a lack of standardized naming conventions, as various groups use overlapping and contradictory[1][2] terminology to describe specific network configurations (e.g., multiplex, multilayer, multilevel, multidimensional, interconnected). Formally, multidimensional networks are edge-labeled multigraphs.[3] The term "fully multidimensional" has also been used to refer to a multipartite edge-labeled multigraph[4]. Multidimensional networks have also recently been reframed as specific instances of multilayer networks.[5] In this case, there are as many layers as there are dimensions, and the links between nodes within each layer are simply all the links for a given dimension.

Model

Core elements

In elementary network theory, a network is represented by a graph in which is the set of nodes and the links between nodes, typically represented as a tuple of nodes . While this basic formalization is useful for analyzing many systems, real world networks often have added complexity in the form of multiple types of relations between system elements. The earliest formalizations of this idea came through its application in the field of social network analysis[6], in which multiple forms of social connection between people were represented by multiple types of links. [7]

To accommodate the presence of more than one type of link, a multidimensional network is represented by a triple , where is a set of dimensions, each member of which is a different type of link, and consists of triples with and .[5]

Extensions

In the case of a weighted network, this triplet is expanded to a quadruplet , where is the weight on the link between and in the dimension .

Further, as is often useful in social network analysis, link weights may take on positive or negative values. Such signed networks can better reflect relations like amity and enmity in social networks.[4] Alternatively, link signs may be figured as dimensions themselves,[8] e.g. where and This approach has particular value when considering unweighted networks.

This conception of dimensionality can be expanded should attributes in multiple dimensions need specification. In this instance, links are -tuples . Such an expanded formulation, in which links may exist within multiple dimensions, is uncommon but has been used in the study of multidimensional time-varying networks.[9]

Comments

Note that as in all directed graphs, the links and are distinct.

By convention, the number of links between two nodes in a given dimension is either 0 or 1 in a multidimensional network. However, the total number of links between two nodes across all dimensions is less than or equal to .

Multidimensional network-specific parameters

Attributes

Degree

In a multidimensional network, the degree of a node is represented by a vector of length . However, for some computations it may be more useful to simply sum the number of links adjacent to a node across all dimensions.[10] This is the overlapping degree: . As with unidimensional networks, distinction may similarly be drawn between incoming links and outgoing links.

Neighbors

In a multidimensional network, the neighbors of some node are all nodes connected to across dimensions.

Adjacency matrix

Whereas unidimensional networks have two-dimensional adjacency matrices of size , in a multidimensional network with dimensions, the adjacency matrix becomes a three-dimensional matrix of size .[11]

Multi-layer Path Length

One way to assess the distance between two nodes in a multidimensional network is through a vector r in which the th entry in r is the number of links traversed in the th dimension of .[12] As with overlapping degree, the sum of these elements can be taken as a rough measure of distance between two nodes.

Multidimensional distance

Measures

Degree correlations

Clustering coefficients

Community discovery

[13]

Dimension relevance

In a multidimensional network , the relevance of a given dimension (or set of dimensions) for one node can be assessed by the ratio: .[10]

Dimension connectivity

Shortest path discovery

[1]

Burst detection

[14]

Path Dominance

Multidimensional betweenness centrality

Applications

Multidimensional network analysis has a wide range of applications.

References

  1. ^ a b Bródka, P., Stawiak, P. & Kazienko, P. (2011). Shortest Path Discovery in the Multi-layered Social Network. ASONAM (p./pp. 497-501), : IEEE Computer Society.
  2. ^ Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1098/rstb.2012.0113, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with |doi=10.1098/rstb.2012.0113 instead.
  3. ^ A bot will complete this citation soon. Click here to jump the queue arXiv:1401.3126.
  4. ^ a b Contractor, Noshir, Peter Monge, & Paul M. Leonardi. "Network Theory | Multidimensional Networks and the Dynamics of Sociomateriality: Bringing Technology Inside the Network." International Journal of Communication [Online], 5 (2011): 39. Web. 26 Nov. 2014
  5. ^ a b A bot will complete this citation soon. Click here to jump the queue arXiv:1407.0742.
  6. ^ Goffman. Frame analysis: an essay on the organization of experience. ISBN 9780930350918.
  7. ^ Wasserman, Stanley and Katherine Faust. 1994. "Social Network Analysis: Methods and Applications." Cambridge: Cambridge University Press.
  8. ^ Przemysław Kazienko, Katarzyna Musial, Elżbieta Kukla, Tomasz Kajdanowicz, and Piotr Bródka. 2011. Multidimensional social network: model and analysis. In Proceedings of the Third international conference on Computational collective intelligence: technologies and applications - Volume Part I (ICCCI'11), Piotr Jedrzejowicz, Ngoc Thanh Nguyen, and Kiem Hoang (Eds.), Vol. Part I. Springer-Verlag, Berlin, Heidelberg, 378-387.
  9. ^ a b Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1109/ASONAM.2011.103, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with |doi=10.1109/ASONAM.2011.103 instead.
  10. ^ Template:Cite DOI
  11. ^ M. Magnani, A. Monreale,G. Rossetti, F. Giannotti: "On multidimensional network measures", SEBD 2013, Rocella Jonica, Italy
  12. ^ Template:Cite DOI
  13. ^ Attention: This template ({{cite doi}}) is deprecated. To cite the publication identified by doi:10.1371/journal.pone.0103183, please use {{cite journal}} (if it was published in a bona fide academic journal, otherwise {{cite report}} with |doi=10.1371/journal.pone.0103183 instead.