You are currently viewing a new version of our website. To view the old version click .
Entropy
  • Article
  • Open Access

5 October 2023

HEM: An Improved Parametric Link Prediction Algorithm Based on Hybrid Network Evolution Mechanism

and
1
Department of Computer Science and Engineering, University of Electronic Science and Technology of China, Chengdu 611731, China
2
Big Data Visual Analysis Lab, University of Electronic Science and Technology of China, Chengdu 611731, China
*
Author to whom correspondence should be addressed.
This article belongs to the Special Issue Complexity, Entropy and the Physics of Information, 2nd Edition

Abstract

Link prediction plays an important role in the research of complex networks. Its task is to predict missing links or possible new links in the future via existing information in the network. In recent years, many powerful link prediction algorithms have emerged, which have good results in prediction accuracy and interpretability. However, the existing research still cannot clearly point out the relationship between the characteristics of the network and the mechanism of link generation, and the predictability of complex networks with different features remains to be further analyzed. In view of this, this article proposes the corresponding link prediction indexes Reg, DFPA and LW on a regular network, scale-free network and small-world network, respectively, and studies their prediction properties on these three network models. At the same time, we propose a parametric hybrid index HEM and compare the prediction accuracies of HEM and many similarity-based indexes on real-world networks. The experimental results show that HEM performs better than other Birnbaum–Saunders. In addition, we study the factors that play a major role in the prediction of HEM and analyze their relationship with the characteristics of real-world networks. The results show that the predictive properties of factors are closely related to the features of networks.

1. Introduction

The network represents the relationship between entities in the form of connections, which is an effective and popular abstraction of the complex real world. Network science has been involved in biological, social, communication and economic fields and has had many fruitful achievements [1,2]. In the study of complex networks, the research on the formation and the evolution mechanism of networks has attracted more and more attention. These studies aim to understand the root causes of changes in network structure and function by studying the connection mode and the evolution rules of networks.
The research on the mechanism of network evolution has gone through a long process. The proposal of the Erds–Rényi model [3] realized the explanation of some of the randomness of the network, but the model cannot explain other characteristics of the network. Then, after the Watts–Strogatz (WS) small-world model [4] and the Barabási–Albert (BA) scale-free model [5] were proposed, the small-world and scale-free characteristics of complex networks were discovered, which led to important progress in the study of the network evolution mechanism. In the subsequent research on the network connection mechanism, there has been a fitness model [6], a local world model [7], a hierarchical structure model [8], a node replication model [9] and other models which also promoted the development of network science [10].
As an interesting and challenging research direction in network science, link prediction has attracted more and more attention. Link prediction aims to predict missing links and new links in the network through existing structural information in the network. At present, link prediction has been applied widely in recommendation systems [11,12,13,14,15], mining biological information [16,17,18,19], reconstructing network information [20,21], and evaluating network evolution models [22,23]. Moreover, link prediction also helps us to understand and infer the connection mechanism of complex networks. Link prediction is essentially a guess regarding the network evolution mechanism. A good link prediction algorithm can more accurately reveal the evolution behavior of a network [24]. Current link prediction methods mainly include methods based on structural similarity, network embedding, matrix completion, ensemble learning and neural network methods, etc. [13,25,26,27]. These methods calculate the connection probability between nodes in the network and express the network connection mechanism to some extent. Through the study of the network evolution mechanism, if we can deeply grasp the relationship between nodes in network evolution and deeply understand the basis of connections in the network, we are more likely to propose an excellent link prediction algorithm. Based on this idea, this article proposes a link prediction algorithm via the evolution characteristics of the network.
Among all the link prediction algorithms, the similarity-based algorithms are favored in many fields because of their simplicity and good interpretability. The link prediction algorithms based on structural similarity aim to predict links by calculating the similarity score between each pair of nodes. The higher the similarity score, the more likely the links are to be generated. Among the similarity Birnbaum–Saunders, the simplest and most intuitive index is the “common neighbor” (CN) [28,29]. CN assumes that the more common the neighbors between two nodes, the more likely they are to be connected. CN performs very well in the prediction on social networks. Many of the other local similarity Birnbaum–Saunders are based on common neighbors and taking into account the contribution of the degree of both ends of the nodes, such as Satlon, Jaccard, Sorensen, HPI, HDI, LHN1, etc. [28,30]. They are suitable for different network characteristics. In other local similarity Birnbaum–Saunders, AA and RA consider the influence of the degree of common neighbor nodes [28,31]. In recent years, some Birnbaum–Saunders that consider the local community paradigm (LCP) are integrated into the local similarity index [32], such as CAR, CRA and CH Birnbaum–Saunders [25,32,33]. These Birnbaum–Saunders believe that nodes within the community are more likely to have connections than nodes that are not in the same community. In addition to the local similarity Birnbaum–Saunders, there are some Birnbaum–Saunders that consider wider information, such as the LP index, which considers the information of higher-order paths, such as three-order and above [28,29]. Moreover, LRW and SRW calculate the similarity between nodes using random walk [26,34]. Similarly, global similarity Birnbaum–Saunders take into account information about the entire network, such as Katz, LHN2 and LO [29,30,35]. The more information is considered, the better the performance will be, but it also leads to a higher computational cost.
The research of link prediction and complex networks is developing rapidly, but it also faces many challenges. Firstly, the existing similarity algorithms often perform well in the face of a few networks, but they are no longer effective when dealing with a wider range of real-world networks, including directed networks, weighted networks, heterogeneous edge networks and other complex situations [36,37,38]. Secondly, there is a strong correlation between the link prediction algorithm, the network structure characteristics and the link predictability of the network in theory [39,40]. However, how to describe and express the relationship between them is a challenging task. In addition, through link prediction, the evolution characteristics of the network can be reproduced to a certain extent, and the research on the evolution behavior of complex networks can be promoted, but the research on this aspect is still relatively lacking; on the other hand, link prediction needs to face large-scale real data at the application level, and our algorithm needs stronger adaptability and more efficient calculations [41].
Therefore, starting from these challenges, this paper attempts to study through the following aspects. Firstly, this paper studies the characteristics of regular networks, scale-free networks and small-world networks. According to these characteristics, we propose the corresponding link prediction Birnbaum–Saunders Reg, DFPA and LW. Through these Birnbaum–Saunders, we aim to verify the following: link prediction Birnbaum–Saunders are often related to the characteristics of the network when predicting, a single index often cannot cope with many networks and Birnbaum–Saunders that fit a certain network characteristics will always be better for the network. After that, we propose a parametric hybrid index HEM. We hope that through this hybrid index, we can obtain a better generalization performance index that integrates the characteristics of different networks. This index has better adaptability and a more accurate prediction effect on complex real-world networks.
This article focuses on proposing link prediction algorithms according to the evolution mechanism of the network. Firstly, we experiment with the prediction ability of the link prediction Birnbaum–Saunders on some networks that are generated by some simple network evolution rules. Then, we experiment and compare the prediction accuracies of our hybrid index and some similarity-based Birnbaum–Saunders on some real-world networks.
The main contributions of this article can be summarized as follows:
(1)
This article proposes corresponding link prediction algorithms on regular networks, scale-free networks and small-world networks, respectively, and studies their prediction properties on these three network models.
(2)
This article proposes a parametric hybrid index, which has a higher prediction accuracy than many similarity-based Birnbaum–Saunders on real-world networks.
(3)
This article studies the main predictors in the hybrid index, and analyzes and summarizes their relationship with the network features.
In this article, we first introduce some basic network evolution models, then introduce the evaluation metrics of link prediction and some representative similarity-based algorithms. Finally, we introduce our proposed Birnbaum–Saunders based on the network evolution mechanism.

4. Analysis of HEM Index

In order to understand the influence of different parameters, study which factor, including Reg, DFPA and LW, plays a major role in the prediction. Here, we propose two methods.
(1)
Calculate the prediction accuracies of different factors separately, and choose two factors with the highest accuracies.
(2)
Sample α and k, then choose the top five combinations of the α and k parameters from where the HEM index has the highest prediction accuracy. The main influencing factors are determined by the chosen α and k parameters, where α takes the average value and k takes the mode.
The first method discusses the performance of individual factors and the second method calculates the parameters that have a greater impact on the prediction. In practical considerations, the second method is used as the main reference and the results obtained by the first method can help us have a better understanding of the characteristics of the network.
Here, we discuss the situation when the prediction accuracy is measured using the AUC value. The results of two methods may be different when measured by the Precision value, but they are performed in the same manner. In this article we consider five factors; they are Reg, DFBA, LW2, LW4 and LW8.
We calculate the prediction results of the individual factors on the above 11 networks using method 1 (see results in Table 5). Through method 2, we calculate the prediction results of the HEM index under different parameters and then choose the top five results and record the combinations of parameters. Among all the sampling parameters, the α values are 0.0, 0, 25, 0.5, 0.75 and 1.0, and the k values are 2, 4 and 8 (see results in Table 6).
Table 5. Accuracies of individual factors.
Table 6. The top five combinations of α and k.
As is known from the formula of the HEM index, when α * is greater than 0.5, the impact of Reg is greater than that of DFPA and vice versa. When α * is 0.5, it means that both factors have little effect on the prediction. So, in method 2, if α * is equal to 0.5, we do not consider the Reg or DFPA factor. In method 1, if both maximum AUC values are produced by LW, only the LW factor with the largest AUC value is taken.
We compare the main factors of the 11 networks obtained by the two methods and the results are shown in Table 7.
Table 7. The main factors of 11 networks obtained using method 1 and method 2.
It can be seen that the results obtained by the two methods are basically the same except for the three networks, Yeast, GrQc and NS. In Yeast, the main factors calculated by method 2 has DFPA, while in method 1, DFPA in Yeast performs better than Reg. In the GrQc and NS networks, the main factors obtained by method 2 have Reg, while according to method 1, the Reg factor performs worse than the DFPA factor. Therefore, the influencing factors cannot be simply determined by the individual prediction accuracy.
Observe the several networks with a high clustering coefficient: NS, FB, PB and GrQc. They have LW2 as their main factors based on the first method. LW2 performs very well on these networks, especially on FB. The FB network is a dense network, with a high clustering coefficient, and the prediction accuracies of the LW indexes basically reach 1. So, we guess that the LW index may be related to the clustering coefficient of the network. In addition, we can also observe that the density of the network has a certain influence on the prediction of LW. For example, although the NS network has the highest clustering coefficient, the average degree of the network is only 3.75, far sparser than the FB network, and the LW2 and LW4 indexes perform less well than on the FB network. Moreover, the main factors in the NS network obtained by the second method are Reg and LW4, indicating that due to the sparsity, a wider k in LW and additional consideration of regularity are needed to have a better prediction performance in the NS network. In addition, although the clustering coefficient of the HSS network is low, the network is denser and the performance of the LW index on the network is as good as that on the PPI and PB networks, whose clustering coefficient are much larger.
Both the Grid and ER networks are sparse, and the diameter of the two networks is very large compared to other networks. Therefore, the LW index needs to consider wider paths to predict the links. The main factors obtained in method 1 and method 2 are both LW8. The degree of assortativity of the INT and AS networks is observed to be negative, indicating that the networks have a tendency towards a differential connection. Thus, in these two networks, DFPA as their main factor performs the best among all the factors.
Moreover, the maximum degree of the network AS is 1485, indicating that the degree distribution is very unbalanced and the preferential attachment is more obvious. So, the prediction performance of the DFPA factor alone on the AS network is also better. The maximum degree ofthe GrQc, ER and NS networks is relatively small, indicating that the degree distribution of the network is relatively balanced. So, in these three networks, the corresponding results obtained in the second method indicate that Reg is their main factor. Although the Yeast network also has a small maximum degree, the degree assortativity is negative, indicating that connections on the network are still difference preferential. Correspondingly, in the second method, DFPA is the main factor in the Yeast network.
In summary, the Reg factor often acts on networks with relatively balanced degree distribution; that is, when the maximum degree is relatively small, we can take the Reg index into account to predict links. The DFPA index is usually more effective in networks with negative degree assortativity. The prediction performance of LW index is determined by clustering coefficient, average degree and network diameter. When clustering coefficient is higher and the network is denser, the link prediction of LW index is always more accurate. The size of the k of the LW index depends largely on the diameter and average distance of the network.
By arranging the above results, we compare the prediction results (measured using the AUC value) of individual factors and the hybrid index using tabular statistics (see in Table 8).
Table 8. Results of individual factors and hybrid index.
So, we can see that the main factor largely determines the upper limit of the prediction accuracy of the hybrid index.
In general, the hybrid index always has a better prediction performance than the single index. The prediction performance is mainly determined by the main factor, and other factors may have some influence to the prediction, which will help to improve the overall result.
If we can determine the factors that have a greater impact in the link prediction of different networks, then we can save the sampling of the parameters of the HEM index that have little impact and reduce the computational complexity. Depending on the upper limit of the main factors, we can also have some idea of the upper limit of the HEM index. Determining the main factors can also give us some insight into the characteristics of the network.

5. Conclusions and Future Work

The link prediction indexes in this article, including the prediction indexes for specific networks and the hybrid indexes for complex networks, are based on the idea of simulating the evolution mechanism of complex networks through simple rules. This method can simplify our research on the mechanism of network evolution, so as to understand the intrinsic properties of the network more deeply.
Firstly, this article constructs regular networks, scale-free networks and small-world networks and proposes our link prediction algorithms based on the properties of these networks. We perform link prediction on these networks to understand the advantages and limitations of different link prediction algorithms.
Secondly, we propose an algorithm that combines the above three indexes. The hybrid index sets two parameters for the prediction factors. In this article, we sample the parameters and perform predictions on some real-world networks. The results show that the hybrid index performs better in those complex networks than many classical similarity-based indexes.
Finally, we analyze the dominant factors of the hybrid index using two methods. Experiments show that the prediction results of the hybrid index are often determined by one or two main factors, and the upper limit of the prediction of the main factors often determines the upper limit of the prediction of the hybrid index to some extent. In addition, we find that the main factors in the real world network are always related to the characteristics of the network, which coincides with the prediction properties of the indexes proposed by different network models.
In the experiment, we see that the computational complexity of the hybrid index increases with the frequency of the parameter sampling. If we can use simple parameter sampling to outline the prediction accuracy curve of the hybrid index, it will greatly optimize our algorithm. When performing predictions, we often pay attention to the best results, and parameter sampling should also be oriented to the upper limit of the index. The two methods of determining the main factors proposed in this article solve the problem of parameter sampling and determining the upper limit to some extent. However, our goal is still to draw a prediction curve, through which we can better understand the predictive properties of the hybrid index.
In future work, we will further refine the link prediction algorithms according to the network evolution mechanism. Firstly, we will refine the algorithms based on degree distribution. This article only considers the mixed degree distribution of the regular network and the disassortativitive network. Therefore, in future research, it is necessary to consider the complete degree distribution to propose a more comprehensive link prediction algorithm. Secondly, we need to refine the link prediction algorithms based on topology structure. The algorithm in this article only considers the paths of specific range. In the face of more complex situations, we need more effective topology information to predict links.

Author Contributions

Conceptualization, D.K. and J.P.; methodology, D.K.; software, D.K.; validation, D.K. and J.P.; formal analysis, D.K.; investigation, D.K.; resources, J.P.; data curation, J.P.; writing—original draft preparation, D.K.; writing—review and editing, D.K. and J.P.; visualization, D.K.; supervision, J.P.; project administration, J.P.; funding acquisition, J.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (NSFC), under grant no.62272088 and U19A2078, and a grant no.230298 from a joint technical development project from a research institution.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: http://www.konect.cc/networks/.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (NSFC), under grant no.62272088 and U19A2078, and a grant No. 230298 from a joint technical development project from a research institution. We would like to thank all the participants involved in the studies for their valuable feedback, and the anonymous reviewers for their valuable comments.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mark, N. Networks; Oxford University Press: Oxford, UK, 2018. [Google Scholar]
  2. Albert-László, B. Network Science; Cambridge University Press: Cambridge, UK, 2016. [Google Scholar]
  3. Erdos, P.L.; Rényi, A. On the evolution of random graphs. Trans. Am. Math. Soc. 1984, 286, 257. [Google Scholar]
  4. Duncan, W.J.; Strogatz, S.H. Collective dynamics of ‘small-world’networks. Nature 1998, 393, 440–442. [Google Scholar]
  5. Barabási, A.-L.; Albert, R. Emergence of scaling in random networks. Science 1999, 286, 509–512. [Google Scholar] [CrossRef]
  6. Ginestra, B.; Barabási, A.-L. Bose-Einstein condensation in complex networks. Phys. Rev. Lett. 2001, 86, 5632. [Google Scholar]
  7. Xiang, L.; Chen, G. A local-world evolving network model. Phys. Stat. Mech. Its. Appl. 2003, 328, 274–286. [Google Scholar]
  8. Aaron, C.; Moore, C.; Newman, M.E.J. Hierarchical structure and the prediction of missing links in networks. Nature 2008, 453, 98–101. [Google Scholar]
  9. Simkin Mikhail, V.; Roychowdhury, V.P. Stochastic modeling of citation slips. Scientometrics 2005, 62, 367–384. [Google Scholar] [CrossRef]
  10. Shuaizong, S.I. Link Prediction Method for Network Evolution and Connection Mechanism. Ph.D. Dissertation, Northeastern University, Boston, MA, USA, 2019. (In Chinese). [Google Scholar]
  11. Aiello, L.M.; Barrat, A.; Schifanella, R.; Cattuto, C.; Markines, B.; Menczer, F. Friendship prediction and homophily in social media. ACM Trans. Web (TWEB) 2012, 6, 1–33. [Google Scholar] [CrossRef]
  12. Lü, L.; Medo, M.; Yeung, C.H.; Zhang, Y.C.; Zhang, Z.K.; Zhou, T. Recommender systems. Phys. Rep. 2012, 519, 1–49. [Google Scholar] [CrossRef]
  13. Wang, P.; Xu, B.; Wu, Y.; Zhou, X. Link prediction in social networks: The state-of-the-art. Sci. China Inf. Sci. 2015, 58, 1–38. [Google Scholar] [CrossRef]
  14. Hakan, B.; Karagoz, P. Context-aware friend recommendation for location based social networks using random walk. In Proceedings of the 25th International Conference Companion on World Wide Web, Montreal, QC, Canada, 11–15 April 2016. [Google Scholar]
  15. Nikos, P.; Pitoura, E.; Tsaparas, P. Centrality-aware link recommendations. In Proceedings of the Ninth ACM International Conference on Web Search and Data Mining, San Francisco, CA, USA, 22–25 February 2016. [Google Scholar]
  16. Csermely, P.; Korcsmaros, T.; Kiss, H.J.; London, G.; Nussinov, R. Structure and dynamics of molecular networks: A novel paradigm of drug discovery: A comprehensive review. Pharmacol. Ther. 2013, 138, 333–408. [Google Scholar] [CrossRef]
  17. Ding, H.; Takigawa, I.; Mamitsuka, H.; Zhu, S. Similarity-based machine learning methods for predicting drug–target interactions: A brief review. Briefings Bioinform. 2014, 15, 734–747. [Google Scholar] [CrossRef]
  18. Fakhraei, S.; Huang, B.; Raschid, L.; Getoor, L. Network-based drug-target interaction prediction with probabilistic soft logic. IEEE/ACM Trans. Comput. Biol. Bioinform. 2014, 11, 775–787. [Google Scholar] [CrossRef] [PubMed]
  19. Dhanya, S.; Fakhraei, S.; Getoor, L. A probabilistic approach for collective similarity-based drug–drug interaction prediction. Bioinformatics 2016, 32, 3175–3182. [Google Scholar]
  20. Squartini, T.; Caldarelli, G.; Cimini, G.; Gabrielli, A.; Garlaschelli, D. Reconstruction methods for networks: The case of economic and financial systems. Phys. Rep. 2018, 757, 1–47. [Google Scholar] [CrossRef]
  21. Tiago, P.P. Reconstructing networks with unknown and heterogeneous errors. Phys. Rev. X 2018, 8, 041011. [Google Scholar]
  22. Wen-Qiang, W.; Zhang, Q.; Zhou, T. Evaluating network models: A likelihood analysis. EPL (Europhys. Lett.) 2012, 98, 28004. [Google Scholar]
  23. Zhang, Q.M.; Xu, X.K.; Zhu, Y.X.; Zhou, T. Measuring multiple evolution mechanisms of complex networks. Sci. Rep. 2015, 5, 1–11. [Google Scholar] [CrossRef]
  24. Lin, W.; Chao, S. Research on Link Prediction Problem in Scale-free Network. Comput. Eng. 2012, 38, 67–70. [Google Scholar]
  25. Tao, Z. Progresses and challenges in link prediction. iScience 2021, 24, 103217. [Google Scholar]
  26. Linyuan, L.; Zhou, T. Link prediction in complex networks: A survey. Phys. Stat. Mech. Its. Appl. 2011, 390, 1150–1170. [Google Scholar]
  27. Mutlu Ece, C.; Oghaz, T.A. Review on graph feature learning and feature extraction techniques for link prediction. arXiv 2019, arXiv:1901.03425. [Google Scholar]
  28. Tao, Z.; Lü, L.; Yi, Z. Predicting missing links via local information. Eur. Phys. J. B 2009, 71, 623–630. [Google Scholar]
  29. Linyuan, L.; Jin, C.; Zhou, T. Similarity index based on local paths for link prediction of complex networks. Phys. Rev. E 2009, 80, 046122. [Google Scholar]
  30. Elizabeth, L.A.; Holme, P.; Newman, M.E.J. Vertex similarity in networks. Phys. Rev. E 2006, 73, 026120. [Google Scholar]
  31. Lada, A.A.; Adar, E. Friends and neighbors on the web. Soc. Netw. 2003, 25, 211–230. [Google Scholar]
  32. Vittorio, C.C.; Alanis-Lobato, G.; Ravasi, T. From link-prediction in brain connectomes and protein interactomes to the local-community-paradigm in complex networks. Sci. Rep. 2013, 3, 1–14. [Google Scholar]
  33. Alessandro, M.; Abdelhamid, I.; Cannistraci, C.V. Local-community network automata modelling based on length-three-paths for prediction of complex network structures in protein interactomes, food webs and more [Preprint]. bioRxiv 2018, 346916. [Google Scholar] [CrossRef]
  34. Weiping, L.; Lü, L. Link prediction based on local random walk. EPL (Europhys. Lett.) 2010, 89, 58007. [Google Scholar]
  35. Pech, R.; Hao, D.; Lee, Y.L.; Yuan, Y.; Zhou, T. Link prediction via linear optimization. arXiv 2018, arXiv:abs/1804.00124. [Google Scholar] [CrossRef]
  36. Linyuan, L.; Zhou, T. Link prediction in weighted networks: The role of weak ties. EPL (Eur. Lett.) 2010, 89, 18001. [Google Scholar]
  37. Jure, L.; Huttenlocher, D.; Kleinberg, J. Predicting positive and negative links in online social networks. In Proceedings of the 19th International Conference on World Wide Web, Raleigh, NC, USA, 26–30 April 2010. [Google Scholar]
  38. Tsuyoshi, M.; Moriyasu, S. Link prediction of social networks based on weighted proximity measures. In Proceedings of the IEEE/WIC/ACM International Conference on Web Intelligence (WI’07), Fremont, CA, USA, 2–5 November 2007. [Google Scholar]
  39. Lü, L.; Pan, L.; Zhou, T.; Zhang, Y.C.; Stanley, H.E. Toward link predictability of complex networks. Proc. Natl. Acad. Sci. USA 2015, 112, 2325–2330. [Google Scholar] [CrossRef]
  40. Suo-Yi, T.; Ming-Ze, Q.; Jun, W.; Xin, L. Link predictability of complex network from spectrum perspective. Acta Phys. Sin. Chin. Ed. 2020, 69, 088901. [Google Scholar]
  41. Lin-Yuan, L. Link Prediction on Complex Networks. J. Univ. Electron. Sci. Technol. China 2010, 7, 253–278. [Google Scholar]
  42. Albert, R.; Jeong, H.; Barabási, A.L. Error and attack tolerance of complex networks. Nature 2000, 406, 378–382. [Google Scholar] [CrossRef] [PubMed]
  43. Albert, R.; Barabási, A.L. Statistical mechanics of complex networks. Rev. Mod. Phys. 2002, 74, 47. [Google Scholar] [CrossRef]
  44. Newman, M.E.J. The structure and function of complex networks. SIAM Rev. 2003, 45, 167–256. [Google Scholar] [CrossRef]
  45. Wang, X.F. Complex networks: Topology, dynamics and synchronization. Int. J. Bifurc. Chaos 2002, 12, 885–916. [Google Scholar] [CrossRef]
  46. Hou, L.; Lao, S.Y.; Xiao, Y.D.; Bai, L. Recent progress in controllability of complex network. Wuli Xuebao/Acta Phys. Sin. 2015, 64, 0188901. [Google Scholar]
  47. Newman, M.E.J. Detecting community structure in networks. Eur. Phys. J. B 2004, 38, 321–330. [Google Scholar] [CrossRef]
  48. Linyuan, L.; Xiaolong, R.; Tao, Z. Network Link Prediction: Concepts and Frontiers. China Comput. Fed. Newsl. 2016, 12, 12–19. (In Chinese) [Google Scholar]
  49. Caldarelli, G. Scale-Free Networks: Complex Webs in Nature and Technology; Oxford University Press: Oxford, UK, 2007. [Google Scholar]
  50. Sergi, V.R.; Cancho, F.; Sole, R.V. Scale-free networks from optimal design. EPL (Europhys. Lett.) 2002, 60, 512. [Google Scholar]
  51. Kim, B.J.; Trusina, A.; Minnhagen, P.; Sneppen, K. Self organized scale-free networks from merging and regeneration. Eur. Phys. J. Condens. Matter Complex Syst. 2005, 43, 369–372. [Google Scholar] [CrossRef][Green Version]
  52. John, G.; Sandrich, J.; Loewenberg, S.A. Six Degrees of Separation; LA Theatre Works: Los Angeles, CA, USA, 2000. [Google Scholar]
  53. Goffman, C. And what is your Erdös number? Am. Math. Mon. 1969, 76, 791. [Google Scholar]
  54. Newman, M.E.J.; Watts, D.J. Renormalization group analysis of the small-world network model. Phys. Lett. A 1999, 263, 341–346. [Google Scholar] [CrossRef]
  55. Leo, B.; Spector, P. Submodel selection and evaluation in regression. The X-random case. Int. Stat. Rev. Int. Stat. 1992, 60, 291–319. [Google Scholar]
  56. Kohavi, R. A Study of Cross-Validation and Bootstrap for Accuracy Estimation and Model Selection. Int. Jt. Conf. Artif. Intell. 1995, 14, 1137–1145. [Google Scholar]
  57. Newman, M.E.J. Assortative mixing in networks. Phys. Rev. Lett. 2002, 89, 208701. [Google Scholar] [CrossRef]
  58. Von Mering, C.; Krause, R.; Snel, B.; Cornell, M.; Oliver, S.G.; Fields, S.; Bork, P. Comparative assessment of large-scale data sets of protein-protein interactions. Nature 2002, 417, 399–403. [Google Scholar] [CrossRef] [PubMed]
  59. Newman, M.E.J. Finding community structure in networks using the eigenvectors of matrices. Phys. Rev. Stat. Nonlinear Soft Matter Phys. 2006, 74 Pt 2, 036104. [Google Scholar] [CrossRef]
  60. Mahajan, R.; Spring, N.; Wetherall, D.; Anderson, T. Inferring link weights using end-to-end measurements. In Proceedings of the 2nd ACM SIGCOMM Workshop on Internet Measurment, Marseille, France, 6–8 November 2002. [Google Scholar]
  61. Adamic, L.A.; Glance, N.S. The Political Blogosphere and the 2004 U.S. Election: Divided They Blog. In Proceedings of the LinkKDD ’05, Chicago, IL, USA, 21–25 August 2005. [Google Scholar]
  62. Jeong, H.; Mason, S.P.; Barabasi, A.L.; Oltvai, Z.N. Lethality and centrality in protein networks. Nature 2001, 411, 41–42. [Google Scholar] [CrossRef] [PubMed]
  63. Mcauley, J.J.; Leskovec, J. Learning to Discover Social Circles in Ego Networks; Neural Information Processing Systems Curran Associates Inc.: Lake Tahoe, NV, USA, 2012. [Google Scholar]
  64. Kunegis, J. KONECT: The Koblenz network collection. In Proceedings of the 22nd International Conference on World Wide Web, Rio de Janeiro, Brazil, 13–17 May 2013. [Google Scholar]
  65. Leskovec, J.; Kleinberg, J.; Faloutsos, C. Graph Evolution: Densification and Shrinking Diameters. Acm Trans. Knowl. Discov. Data 2007, 1, 2. [Google Scholar] [CrossRef]
  66. Šubelj, L.; Bajec, M. Robust network community detection using balanced propagation. Eur. Phys. J. 2011, 81, 353–362. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.