Signed network
File:Social network characteristics diagram.jpg
In a social network analysis (as in blockmodeling), a positive or a negative 'friendship' can be established between two nodes in a network; this results in a signed network. As social interaction between people can be positive or negative, so can be links between the nodes (representing persons).[https://www.geeksforgeeks.org/signed-networks-in-social-networks/ Geeksforgeeks.org - Signed Networks in Social Networks]
When a positive or a negative value is attributed on the relationship between the two nodes, it is called a user evaluation.{{cite book |last1=Raj |first1=P. M. K. |last2=Mohan |first2=A. |last3=Srinivasa |first3=K. G. |date=2018 |editor-first= |title=Practical Social Network Analysis with Python. Computer Communications and Networks |publisher=Springer |pages= |chapter=Signed Networks |isbn=978-3-319-96746-2 |doi=10.1007/978-3-319-96746-2_7}} In social groups, people can like or dislike, respect or disrespect other people in their social groups.{{cite journal |last1=Doreian |first1=Patrick |last2=Mrvar |first2=Andrej |date=2009 |title=Partitioning signed social networks | url=https://www.sciencedirect.com/science/article/abs/pii/S0378873308000397 |journal=Social Networks |volume=31 |issue=1 |pages=1–11 |doi=10.1016/j.socnet.2008.08.001|url-access=subscription }}
The quality of such connections can be further analysed, as a positive connections can have a positive influence on the whole network (one person on social group or society in general) and vice versa.{{cite journal |last1=Esmailian |first1=Pouya |last2=Jalili |first2=Mahdi |date=2015 |title=Community Detection in Signed Networks: the Role of Negative ties in Different Scales |journal=Scientific Reports |volume=5 |issue=14339 |page=14339 |doi=10.1038/srep14339|pmid=26395815 |pmc=4585820 |bibcode=2015NatSR...514339E }}
When network connections are not evaluated between the nodes (e.g., all connections are regarded as positive - as they exist), then such a network is defined as an unsigned network.[https://peterlangfelder.com/2018/11/25/signed-or-unsigned-which-network-type-is-preferable/ Peter Langfelder - Signed or unsigned: which network type is preferable?]
For intrinsically dense unsigned networks where link weights can be observed, the underlying networks may actually be signed networks. The underlying signed network backbones can be extracted using significance filter and vigor filter{{Cite journal |last=Gursoy |first=Furkan |last2=Badur |first2=Bertan |date=2021-09-18 |title=Extracting the signed backbone of intrinsically dense weighted networks |url=https://doi.org/10.1093/comnet/cnab019 |journal=Journal of Complex Networks |volume=9 |issue=5 |doi=10.1093/comnet/cnab019 |issn=2051-1310|arxiv=2012.05216 }} using open-source software packages in R{{Citation |last=Gursoy |first=Furkan |title=R Package ‘signed.backbones’ |date=2021-06-01 |url=https://cran.r-project.org/web/packages/signed.backbones/index.html |access-date=2023-08-09}} and Python.{{Citation |last=Gürsoy |first=Furkan |title=signed_backbones: Python package for extracting signed backbones of intrinsically dense weighted networks. |url=https://github.com/furkangursoy/signed_backbones |access-date=2023-08-09}}
References
{{reflist}}