Next Article in Journal
Prediction of Preeclampsia Using Machine Learning and Deep Learning Models: A Review
Previous Article in Journal
A Reasonable Effectiveness of Features in Modeling Visual Perception of User Interfaces
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Improved Link Prediction Approach for Directed Complex Networks Using Stochastic Block Modeling

by
Lekshmi S. Nair
*,†,
Swaminathan Jayaraman
and
Sai Pavan Krishna Nagam
Department of Computer Science and Engineering, Amrita School of Computing, Amrita Vishwa Vidyapeetham, Amritapuri, Kollam 690525, India
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Big Data Cogn. Comput. 2023, 7(1), 31; https://doi.org/10.3390/bdcc7010031
Submission received: 24 November 2022 / Revised: 10 January 2023 / Accepted: 6 February 2023 / Published: 9 February 2023
(This article belongs to the Topic Social Computing and Social Network Analysis)

Abstract

:
Link prediction finds the future or the missing links in a social–biological complex network such as a friendship network, citation network, or protein network. Current methods to link prediction follow the network properties, such as the node’s centrality, the number of edges, or the weights of the edges, among many others. As the properties of the networks vary, the link prediction methods also vary. These methods are inaccurate since they exploit limited information. This work presents a link prediction method based on the stochastic block model. The novelty of our approach is the three-step process to find the most-influential nodes using the m-PageRank metric, forming blocks using the global clustering coefficient and, finally, predicting the most-optimized links using maximum likelihood estimation. Through the experimental analysis of social, ecological, and biological datasets, we proved that the proposed model outperforms the existing state-of-the-art approaches to link prediction.

1. Introduction

Complex networks are used to model real-world systems such as social networks, biological entities, ecological systems, or communication networks. Citation networks, friendship networks, airline networks, mobile communication networks, and protein–protein interactions networks are a few examples of complex networks [1,2]. These systems have certain distinct characteristics. Firstly, they are very large, comprising thousands to even millions of entities. Secondly, the entities tend to interact with each other and evolve over time in ways that are difficult to predict. Thirdly, entities exhibit multiple behaviors. Lastly, entities share multiple relationships among themselves. The evolution of complex networks has been a topic of great importance since it is fundamental to correct the characterization of real-world systems. In other words, a complex network serves as a good model only to the extent that its evolution reflects the evolution of real-world systems, thereby allowing the use of the model to predict the real-world. Since the entities and their interconnections turn out to be complex in these networks, predicting the evolution of complex networks remains a challenging task. At a more fundamental level, evolution can be viewed as a series of changes within the network, wherein new entities appear, existing entities disappear, and two non-interacting existing entities start an interaction. The pace at which these changes happen also contributes to the complexity [3,4].
Graphs are fundamental data structures to represent any network. Mathematically, a graph, G = ( V , E ) , where the vertex set is denoted by V, where V = { v 1 , v 2 , , v n } , and the edges are denoted by E, where E = { ( v i × v j ) ; { v 1 , v 2 , , v n } V , i j } . The vertices represent the entities, and the edges represent the relationship between the entities. Complex networks comprise multiple subsystems, and hence, a simple graph representation is not sufficient. Consider a citation network with different kinds of entities papers, authors, citations, keywords, publication year, and several other characteristics. Figure 1 provides three different representations of citation networks of such a network arranged hierarchically in the form of layers. For simplicity, the representations consider only a couple of characteristics. In the first representation given in Figure 1 (left), every layer consists of the same set of nodes, i.e., papers. The intra-layer links depict the relationship based on a specific aspect such as the author or publication year. For example, the link between two publications at the author layer could indicate that they share a common author. The inter-layer links depict the common aspects between the entities. It should be noted that we associate meaning with the intra- and inter-links. In the second representation given in Figure 1 (middle), each layer consists of different sets of nodes. The lower layer is the authors, and the higher layer is the publication year. Again, the meaning of intra- and inter-layer links is associated by us. Both are multilayered representations.
There needs to be more than the monoplex network representation of the objects and the relations, for instance hosting objects and relations of different scales, called multilayer networks. A multilayer network is defined as a set of nodes, edges, and layers, where the layers’ interpretation depends on the model’s implementation. Kivelä et al. [5] defined a multilayer network as a quadruple, G M = ( V M , E M , V , L ) , in which the network is a collection of elementary layers L = L 1 L 2 L n stacked together. A layer is associated with a layer number and an aspect d. V M represents the set of vertices in each layer. Let α be a layer; the set of vertices of layer α is denoted as V α = { v 1 α , v 2 α , , v n α } . The set of all vertices in the network is represented as V. Mathematically, V M V × L 1 × × L n . The interconnection of vertices is represented as E M .
It turns out that working with directed multilayer networks requires certain additional considerations as opposed to undirected networks [6]. To appreciate this, consider the network given in Figure 1 (right). It is a directed multilayer network with two layers with the aspects being the authors and papers. The entities in the author layer denote the authors, and the entities in the paper layer denote the published paper. The links among the authors depict the author–author collaboration. A directed edge from the author layer to the paper layer depicts the paper published by the authors. The interrelationship among the papers elaborates the details of the citations. For instance, an edge from P2 to P1 means that paper P2 cites P1. The multilayer networks can represent:
  • The relationship among the different nodes in the same layer;
  • The relationships among the nodes that (possibly) belong to different layers;
  • Each layer exhibiting a common aspect.
Complex networks, such as the WWW, airline transportation networks, and Twitter, have directed edges. The challenge in such networks is that not all nodes are reachable from a given node. Such complex networks exhibit that incoming and outgoing edges could follow different scaling laws. Studying such large-sized directed networks paves the way toward other topological structures. Detailed structural analyses of the network are crucial to obtain the out-degree distribution with a power-law behavior. The multilayer network deploys tensor algebra for representation. A multi-linear graph represents a product of two vector spaces, V L . It is a linear combination of v l , where v V and l L :
a i j ¯ = 1 , if a i j α = 1 f o r s o m e 1 α m 0 , o t h e r w i s e
Link prediction plays a prominent role in suggesting the future or the missing links in a social–biological complex network. Link prediction also has a wide range of applications in different industries [7]. Link prediction finds its application in the domains of social networks for friend recommendation, citation networks for future citations, and the biological network for protein–protein interaction [8,9,10]. Figure 2i is a snapshot of a weighted directed network, and the possible future links among the nodes are identified and established based on the least path weight, as depicted in Figure 2ii. Link prediction is an approach to detect such potential relations among individuals in social networks.
In real-time, the complex network comprises thousands of nodes. The major challenge in link prediction is retrieving the proper amount of information to perform the prediction and the enhanced algorithmic techniques to provide accurate predictions. Limitations in the availability of the attributes of the nodes redirect the link prediction algorithms to focus on the underlying network topology, which is based solely on the network structure. Most research focuses on the structural similarity indices classified as local and global.
In the local structural similarity approach, we considered the node link strengths to compute the similarity between the nodes so that they might have a link [11,12]. The local-path-based link prediction considers the structural information and the fixed distance between the nodes. The information of the nodes that lie on the set of all possible paths of a smaller length was considered [13,14]. The standard framework of link prediction methods is the similarity-based algorithm, where each pair of nodes, x and y, is assigned a score S x y , defined as the similarity between x and y. We computed the scores between the non-observed nodes. The higher the score, the higher the likelihood of links in the future is. The local and global indices use the network properties, such as node centrality, edge count, or edge weights, among many others. Similarity measures such as the Common Neighbors (CNs) [15], Jaccard’s Coefficient (JACC), Preferential Attachment (PA) [16], Adamic–Adar index (AA) [17,18], and Cosine Similarity (CS) [19] use topological information for link prediction. As the properties of the networks vary, the link prediction methods also vary. These methods cannot be more accurate since they exploit limited information. The main drawback of local indices is that local information restricts the set of nodes’ similarity to be computed at two nodes’ distance.
Many traditional algorithms that aim to compute pairwise similarities between vertices of such a big graph need to be more accurate. Random walk utilizes a Markov chain, which describes the sequence of nodes visited by a random walker. The transition probability matrix can describe this process. Indices use the entire network’s topological information to score each link. Global indices such as the Katz index and Random Walk with Restart (RWR) can provide much more accurate predictions than the local ones. The main disadvantages of the global indices are that (i) the calculation of a global index is time-consuming, (ii) it might not be feasible for large-scale networks, and (iii) the global topological information is not available. The local and global indices are applied to undirected networks.
Extensive research is currently being carried out to overcome the drawbacks of link prediction using network structure alone. Section 2 discusses this more. New approaches utilize the statistical and probabilistic approach toward link prediction. These approaches necessitate the network structure by maximizing the likelihood of the observed structure. Then, the likelihood of any non-observed link is calculated according to the newly inferred information.
This article proposes an enhanced link prediction framework. Broadly, we considered the real-time situations of predicting the future links in the network. A link may originate in the future between two entities belonging to two different groups or block in an entire network emerging (inter-community). The term block refers to the group of nodes exhibiting a common behavior. Our framework was tailored to consider the global network structure of directed multilayered complex networks and applies a suitable probabilistic approach to predict the likelihood of the occurrence of a link. This enabled us to acquire deeper insights into the network’s organization, which cannot be gained from similarity-based algorithms. Hence, the significant contributions of this article are proposing the stochastic block modeling approach for link prediction by (i) an improvised algorithm to identify influential nodes in the directed multilayered complex network using m-PageRank, (ii) the global clustering of the influential nodes by extending the correlation to inter-layer nodes, (iii) predicting the probability of occurrence of future links in the network using the maximum likelihood estimation (MLE), and (iv) empirically proving the improved accuracy and precision with social, biological, and ecological datasets. This article is organized as follows: Section 2 surveys the related work in this area. The link prediction using stochastic block modeling is illustrated in Section 3. The experimentation and implementation of the model are illustrated in Section 4. Finally, the article is concluded in Section 5.

2. Background Study

Predicting the likelihood of a link between two unconnected nodes is an interesting problem. Social network applications such as Facebook, Instagram, and Twitter require link prediction to suggest friends to a user. Link prediction also predicts missing links in a network [20,21,22].
Local indices are most suitable for undirected large-scale networks, as they consider the local information by comparing the degree of overlap among the nodes. Global indices take the properties of the whole social network into account. Random walk techniques [23,24,25,26] and PageRank techniques [27,28] are a few prominent metrics among them. On the other hand, semi-local indices omit information that makes little contribution to improving the prediction algorithm [29]. The global similarity indices depend on the amount of reachability between the nodes. Hence, the link prediction occurs only for prominent nodes and is, therefore, not wholly reliable.
In today’s era of data explosion, many large-scale social networks need to be processed and analyzed urgently, and predictions are needed based on the similarity of local nodes. Large-scale networks also demand that the algorithm be highly efficient and time-saving. The classical clustering algorithms measure local information such as Common Neighbors (CNs), the Jaccard Coefficient (JACC), and the Adamic–Adar index (AA). These algorithms mainly consider the degree or number of common neighbor nodes. The local measures such as the common neighbors, Adamic–Adar index, and resource allocation lack performance in a directed network. These algorithms are not suitable for a scale-free network. The drawbacks of local measures are:
-
The local measures based on the common neighborhood will prevent the likelihood of prediction of link establishment.
-
The local measures fail to consider the proximity of direction. Hence, prediction fails for directed graphs.
Much research has been carried out for link prediction using score-based approaches, machine learning approaches, and probabilistic approaches. Predicting the links by analyzing the topological structures of the underlying network adopts a score-based approach. This approach predicts a link by calculating the similarity score for every pair of nodes.
The researchers in [30,31] used the local main path degree index to predict the probability of a link between two nodes. The degree distribution and path strength between nodes are also used to find similarity information. In [32,33], the authors considered the entropy information of the shortest path between node pairs and proposed the Path Entropy (PE) indicator for predicting links.
The link prediction is posed as a binary classification problem. The supervised and unsupervised machine learning approaches are widely used for link prediction. In the supervised ML approach, the prediction task is carried by a classifier and uses approaches such as naïve Bayes, neural networks, decision trees, Support Vector Machine (SVM), k-nearest neighbors, bagging, boosting, and logistic regression [34,35]. On the other hand, in unsupervised machine learning, clustering techniques are used to predict the links. The probabilistic approach uses the Bayesian graphical model by considering the joint probability among the nodes in a network to predict the link. When the network sizes increase with the increase of the nodes and edges, the machine learning approach to link prediction suffers from computational complexities.
Methods such as the edge convolution operation [36], binary classification [37], and light gradient-boosted machine classification [38] approaches are adopted in deep learning models for predicting the links. To improve the link prediction performance, these deep learning models adopt more features such as the node’s interaction with neighbors, the self-degree, the out-degree, and the in-degree. Such considerations elaborate that the deep learning models also depend on the local indices. In the articles [39,40,41], the authors identified the local influencers to predict the link. The authors in [42] considered vertex ordering using the network topology information for the link predictions.

3. Stochastic Block Modeling

We propose a Stochastic Block Model (SBM) framework for solving the link prediction in directed complex networks. A block refers to a smaller group of connected nodes exhibiting a common property, which could be local or global, such as attributes and closeness. A block model or generative model refers to the collection of such blocks exhibiting some property on the data analysis performed. In the SBM, we provide a stochastic generalization of the blocks using a statistical or probabilistic approach. We formulated an estimation technique for establishing a relationship within the nodes in the network. The block model helps the distribution of the relationship between nodes. Such assumed relationships are dependent on the blocks to which the nodes belong. The relationship is established using a probabilistic estimation—the maximum likelihood estimation—to establish the relation, thereby predicting the links. It is a three-stage approach comprising:
i.
Designing an improvised algorithm to identify the influential nodes in the directed multilayered complex network using m-PageRank.
ii.
Performing global clustering of the influential nodes by extending the correlation to inter-layer nodes.
iii.
Predicting the probability of occurrence of future links in the network using the maximum likelihood estimation.
We refer to this stochastic block modeling approach as mPCoM, where mP refers to m-PageRank, Co refers to the clustering Coefficient, and M refers to the Maximum likelihood estimation. We validated the mPCoM using three different datasets from the social, biological, and ecological domains.

3.1. Identifying Influencers Using m-PageRank

An influencer in a network is a central node with more incoming edges. Influencers in the complex network help shape the network’s dynamics [43,44]. In a social network that exhibits a follower–followee relationship, the nodes may establish a relationship with a highly influential node. In a social network, the node with more incoming edges represents an influencer, since it refers to an entity (person, product, or web page) with more followers. Identifying influencers helps in various real-world tasks, such as viral marketing, epidemic outbreaks, and cascading failure. Centrality measures such as the degree, k-core, closeness, betweenness, eigenvector, and PageRank are used to identify potential influencers in complex networks.
A network or a sub-network may have one or more influencers. The nodes in a network tend to establish a link to the influencers more often than to other nodes. There needs to be more than this definition of an influencer in a multilayer network. In a multilayer network, the incoming edges of a node v can come from either the same or different layers. In the former case, v is an influencer in that layer (local influencer). In the latter case, v is an influencer globally. We focused on identifying global influencers. Furthermore, there can exist more than one influencer in a layer.
To identify the global influencer, more weight is given to an incoming edge if it comes from another layer. Furthermore, the weight of the layers differs. Since we considered a directed multilayer network, a PageRank algorithm for a multilayer network will enable us to identify the influencers. We selected the m-PageRank algorithm for this purpose [45,46]. The nodes with higher PageRank values will be the influencers. In a multilayer network, we associated a weight for the layers for computing the PageRank. The layer weight increases with an increase in active nodes. Usually, the layer weights are assumed from the ground truth of the dataset, or we assumed that, initially, all layers have equal weights.
The computation of the PageRank of a vertex V i in a multilayer network is broadly a two-phase process. (1) The PageRank of all nodes is computed considering the incoming edges from that layer only. (2) The PageRank of all nodes is re-computed by a two-step iterative process. (a) The layer weights are initialized to 1, and the PageRank of all the nodes is computed based on the layer weights and the current PageRank. (b) This PageRank is used to re-compute the layer weights. This layer weight and PageRank re-computation process is continued for all layers and nodes, respectively, until the PageRank converges. The nodes with higher ranks are higher influencers. The top influencers are picked based on the threshold specified by the user.
Now, we proceed to describe the m-PageRank computation in more detail. Initially, we establish the definitions of important terms.
Definition 1.
Let v be the node such that v V in a network, and the PageRank of node v, P r v , is the ratio of incoming edges of v to the total number of edges. For simplicity, we initialized the PageRank of all nodes to 1 N , where N is the total number of nodes in the network.
Definition 2.
Let L represent the stack of layers in the network G m such that L = L 1 × × L d . The layer weight L v l denotes the importance of the layer, computed by the cumulative weight of the nodes in an individual layer. We initialized the weight of all the layers to 1. The weight of the layer increases with more active nodes in the layer.
Definition 3.
The PageRank of node v in the lth layer, P r v l , is computed as the product of the layer weight L v l (weight of the lth layer containing the node v) and the PageRank of v in the lth layer, P r v l , i.e., [ L v l X P r v l ] .
Definition 4.
We define the damping factor d, which represents the probability with the proportion of time that the vertex v i will randomly follow a vertex v j . The value of the damping factor affects the convergence rate of PageRank. A low damping factor means that the relative PageRank will be determined by the PageRank received from external nodes A high damping factor will result in the node’s total PageRank growing higher. Ideally, the value of the damping factor is 0.85 .
The layers with more active nodes of a high PageRank and high in-strength are given more weights. Hence, we computed the inter-layer adjacency matrix for all V. This is again an iterative process. The adjacency matrix is computed as
a i j L = j = 1 V l = 1 L a i j [ L ]
Hence, the PageRank in a multilayer network χ m [ L ] ( v ) is computed iteratively considering the initial PageRank of all the vertices in the network cumulated with the product of the layer weight to the PageRank of every vertex and normalized by the damping factor. This is equated as
χ m [ L ] ( v ) = P r i + ( 1 d ) V = 1 N l = 1 M a i j [ L ] [ L j l i × P r v l ]
We illustrate the same with an example. Consider a multilayer network with two layers and seven nodes, as shown in Figure 3. We computed the m-PageRank for all the nodes using Equation (3). The ranking after 14 iterations is captured in Table 1. From the computation, it was observed that N o d e 6 and N o d e 7 have the highest PageRank. The incoming links from the above layer contributed to this.
Algorithm 1 elaborates the steps for identifying the influencers in the multilayer network.
When the m-PageRank calculations have settled down, the normalized probability distribution, which is the average m-PageRank for each node, will be 0.0 m PageRank 1.0 . The high PageRank-valued nodes above a threshold were selected as the influencers. A link is more often established from a node as an influencer.
Algorithm 1 Influencers’ identification using m-PageRank.
Input: G = ( V M , E M , V , L ) , T h r e s h o l d : T p
Output: I n f l u e n c e r s : I
 1:
procedureinfluencer-idef(G)
 2:
    Initialize  P r v l 1 , ł i L , v l
 3:
    for  e a c h v i V M  do
 4:
         χ m [ L ] ( v ) = P r i + ( 1 d ) V = 1 N l = 1 M a i j [ L ] [ L j l i X P r v l ]
 5:
    end for
 6:
    for each l i L  do
 7:
         I = I { V j l V j l , P r V j l > = T p }
 8:
    end for
 9:
    return I
 10:
end procedure

3.2. Building Blocks Using Correlation

We built the set of blocks around the influencers, I. For that, from the set of influencers, we calculated the correlation between the influencer and every pair of nodes v V to form the blocks. This was performed using the global clustering coefficient. A clustering coefficient is a measure of the degree to which nodes in a graph tend to cluster together. At least three nodes are needed to form a cluster or block. The basic idea of forming a block is as follows.
Consider the complex network with two layers, in which the nodes with the highest in-degree are an identified influencer I. Figure 4 shows an example of a multilayer network with Node 3 as the influencer from Layer 1. Among all the neighboring nodes of I, we determined a node with the highest in-degree, denoted as j. This is because in-degree(j) = 4 > in-degree( L 1 1 ). Now, j is added to I’s block. Next, for all neighbors of j, compute the correlation with I using the global clustering coefficient. To this end, we picked each neighbor k of node j and computed the correlation with I. The node k is added to the block if it has a higher correlation. Ideally, the nodes { I , j , k } exhibit a closed triad structure, as shown in the figure. We continued with all the other influencers and constructed the blocks.
Hence, to formally define clustering coefficients in a multilayer context, we first define the triangle structure or triad structure [47].
Definition 5.
We define a triad of nodes lying up to three different layers such that the vertices in the triangles are connected by inter- or intra-layer arcs, irrespective of their orientation. This way, we can consider all possible closed triads in the inter- or intra-layer directions.
The global clustering coefficient depends on the relation between the degree of the node in the layer and the total degree of all nodes in the layer.
Definition 6.
Let L represent the stack of layers in the network G m such that L = L 1 × × L d , D v be the degree of node v, and E v represent the nodes directly connected between the neighbor nodes of node v, then the clustering coefficient, C C ( v ) , is
C C v = L = 1 d E v D v ( D v 1 ) 2
Definition 7.
Let S x y be between node x and y, and let P C ( v ) be the node centrality of v; α and β are adjustable parameters such that α + β = 1 , γ ( v ) is the set of neighbor nodes of node v, and C C ( v ) is the clustering coefficient of v, then
S x y = v γ ( x ) γ ( y ) ( α C C v D v + β P C ( x ) P C ( y ) D v )
We start by taking each influencer in its blocks and merging the highly correlated blocks. We stop the process when the desired number of clusters is formed. If the nodes in the highest correlated pair belong to different blocks, we merge these two blocks into a single one using a Merge function; otherwise, we move to the next-highest correlated pair. This process is elaborated in Algorithm 2. Thus, we obtain different blocks from the complex network. Now, we predict the links among the nodes belonging to such different blocks.
Algorithm 2 Block formation using correlation.
Input: G = ( V M , E M , V , L ) , I n f l u e n c e r s : I
Output: Blocks B;
 1:
procedureBlock formation( G , I )
 2:
    Initialize  S = { S x y x , y I , x ! = y }
 3:
     S o r t ( S )
 4:
    for  e a c h ( x , y ) S  do
 5:
         M e r g e ( x , y )
 6:
        return B
 7:
        break
 8:
    end for
 9:
 end procedure
 10:
procedureMerge( x , y )
 11:
    if  B x ! = B y  then
 12:
         B B { B x B y }
 13:
    end if
 14:
end procedure

3.3. Link Prediction Using Maximum Likelihood Estimation

The identification of influencers followed by determining the blocks around them ensures both the global and local information form the basis for link prediction. The next goal is to predict the future links between pairs of blocks. To this end, we picked each pair of blocks and determined the links between the nodes of one block and the nodes of the other. Assuming n blocks, we have a total of n*(n − 1) block pairs. Among these block pairs, we determined the pair that has the highest likelihood using the maximum likelihood estimation. Let the network G M be now partitioned into multiple blocks B, such that B = b 1 b 2 b n . We computed the probability of the existence among two nodes a and b, such that each node belongs to a different block.
Definition 8.
Let l b 1 , b 2 be the number of edges between the nodes in the block b 1 and b 2 . Assume e x y to be the edge between node x and node y, such that x b 1 and y b 2 , and η b 1 , b 2 is the number of pairs between the nodes of blocks b 1 , b 2 . Then, the probability of the existence of a link between x and y is found as
ρ b 1 , b 2 = l b 1 , b 2 η b 1 , b 2
We compute the likelihood of the existence of a link, Υ , among the blocks as:
Υ ( G | B ) = b 1 , b 2 B ρ b 1 , b 2 l b 1 , b 2 ( 1 ρ b 1 , b 2 ) η b 1 , b 2 l b 1 , b 2
Consider the network given in Figure 5, with two blocks. The computations of l , η , ρ , Υ are performed as per Equations (6) and (7). Considering all pairs of blocks, ( B , B ) , the probability of a link with maximum likelihood Z x , y can be computed as:
Z x , y = B = 1 N Υ ( e x , y E | B ) Υ ( G | B ) ρ ( B ) Υ ( G | B ) ρ ( B )
The higher the likelihood, the higher the probability of link formation between two nodes is. Algorithm 3 elaborates the link prediction process using the maximum likelihood estimation.
Algorithm 3 Link prediction using MLE.
Input: Blocks B = { b 1 b 2 b n } ; B G M ; nodes: x , y ; threshold: T m ;
Output: probability values;
 1:
procedureLinkPrediction( B , x , y , T m )
 2:
    for  a l l x i n b i a n d y i n b j  do
 3:
         Z x , y = B = 1 N Υ ( e x , y E | B ) Υ ( G | B ) ρ ( B ) Υ ( G | B ) ρ ( B )
 4:
    end for
 5:
    if  Z x , y > = T m  then
 6:
        Return values
 7:
    end if
 8:
end procedure

4. Empirical Study

4.1. Dataset

We considered the different flavors of complex network datasets from the social, biological, and ecological real-time datasets. We considered three different datasets to establish the claimed postulates: CollegeMsg [48], Arabidopsis Genetic Layers [49], and Arctic Alaskan communities [50]. All these datasets are directed networks that are represented as multilayer networks.

4.1.1. SNAP CollegeMsg

The CollegeMsg dataset comprises private messages sent on an online social network at the University of California, Irvine. Users can search the network for others and initiate a conversation based on profile information. The initial dataset holds the information over 193 days. We constructed a multilayer network by dividing this whole period of data into ten sections. Table 2 shows the multilayer reconstruction of the SNAP CollegeMsg dataset, the number of nodes, and the edges present in each layer.

4.1.2. Arabidopsis Multiplex GPI Network

The BIO GRID, or the Biological General Repository for Interaction Datasets, is an extensive open-source database for various organisms and species’ genetic and protein interaction data. We used the genetic interactions of Arabidopsis Thaliana. The dataset consists of seven layers. The layers are constructed from direct interaction, association, colocalization, and other genetic interactions. There are 8765 nodes and 18,655 edges over seven different layers. The details are illustrated in the Table 3.

4.1.3. Alaska Multiplex Networks

Social and ecological structures comprise robust and critical relationships. One such network is the Arctic Alaskan communities. The network is multilayered and weighted, and the directed relationships between nodes show subsistence food flow in three sub-communities: Kaktovi, Venetie, and Wainwright. The Kaktovi multilayer consists of thirty-seven layers with twenty-thousand nodes and forty-thousand edges. The Venetie multilayer consists of forty-three layers with the same nodes and edges as Kaktovi. The Wainwright multilayer consists of thirty-six layers with thirty-seven thousand nodes and over seventy-five thousand edges. The information of the first seven layers of all three communities is shown in Table 4.

4.2. Implementation and Results

4.2.1. Multilayer Network Construction

The raw datasets were not multilayered networks. In order to preserve the heterogeneous nature of the nodes in datasets, we constructed a multilayer network structure. Such multilayered networks enabled us to model a real-world system, thereby allowing us to rank the nodes. The summary of the multilayered networks constructed on various datasets is exhibited in Table 5.

4.2.2. Influential Nodes’ Identification Using m-PageRank

Our next step demanded finding the influencers in the network. The multilayered network requires the m-PageRank policy to find the influencers across the layers. These influencers contribute to meaningful correlations among the nodes in the network. Table 6 shows us the top five influencers identified using m-PageRank in the multilayer network. Figure 6 represents a line plot of the m-PageRank of the top five influencers from the multilayered datasets.
The SNAP CollegeMSg and Arabidopsis multilayer networks exhibited a higher PageRank than the Alaskan networks. The dataset shows us the diverse connections across layers and nodes. On the other hand, in the Alaskan networks, the networks consist of robust local structures and are relatively sparse; thus, a lower PageRank was observed.

4.2.3. Formation of Blocks Using Correlation

We need to identify local structures to predict links using the stochastic block model in multilayer networks. Thus, we employed a hierarchical clustering technique using the correlation to group the influencers. We calculated the correlation between the influencers to find out how similar they are and grouped them repeatedly until the desired number of groups was formed. Table 7 shows the top five correlated influencers in the multilayer network. For the experimental setup, the adjustable parameters α , β were assigned values of 0.85 and 0.15 , respectively. Table 8 shows the five clusters formed in the SNAP CollegeMsg multilayer network and their respective sizes.

4.2.4. Link Prediction using Maximum Likelihood Estimation

Once the clusters were formed, we predicted the possibility of future links between two influencers using a maximum likelihood estimate via stochastic block modeling. Table 9 shows the MLE calculated between five pairs of influencers in the SNAP CollegeMsg multilayer network. We set a threshold likelihood to predict whether a link is possible. For the performance analysis of the results, we added a new target label for the pairs. We removed 10% of the existing links labeled as positive and others as negative. Figure 7 is a line plot of the accuracy and precision observed for the multilayer networks constructed.

4.3. Results and Observations

The proposed model mPCoM was experimented on the datasets mentioned above. We used three methods for evaluating the model, namely: (i) accuracy, (ii) precision, and (iii) AUC-ROC curve. It was observed that mPCoM gave a better performance in predicting the links. The accuracy and precision obtained for each dataset are plotted in Figure 7. The proposed method mPCoM was compared with popular methods: Resource Allocation Index (RAI), Jaccard Coefficient (JACC), and Adamic–Adar index (AA). Table 10 and Table 11 show that the proposed method had a higher accuracy and precision when compared with the existing methods. The AUC-ROC curve, as shown in Figure 8, also exhibits that mPCoM was efficient in the link prediction problem. These observations showed that the proposed mPCoM approach outperformed the state-of-the-art link prediction algorithms. Our experiments proved that the proposed approach is suitable for any directed complex network structure.

5. Conclusions and Future Work

Future link prediction is an important problem in predicting how complex networks evolve and is crucial to understanding how the network evolves. This paper proposed a stochastic block model approach for link prediction, referred to as mPCoM, which unifies the m-PageRank, correlation, and maximum likelihood estimation. We showed how the mPCoM model improves the link prediction accuracy by incorporating the global and local indices into the model. The global influencers across the network were identified based on the m-PageRank metric, which is an adaptation of the PageRank for multilayer networks. The next step focused on the formation of blocks, locally around the influencers, using global clustering, and finding the correlation between the nodes. The final step examined the block pairs and predicted the probability of a future link among the nodes of different blocks using maximum likelihood estimation. Our experiments revealed that mPCoM outperformed the state-of-the-art algorithms and gave better accuracy and precision in predicting the links. As part of future work, we propose to extend mPCoM to temporal networks, where the vertices of the complex network appear or disappear at every instance of time. This demands detailed analysis of the dynamic process of network evolution and brings in newer challenges.

Author Contributions

Conceptualization, methodology, original draft preparation and software by L.S.N.; software, validation, and formal analysis by author S.P.K.N. Writing, review and editing, visualization by S.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

AbbreviationsExpansion
G M multilayer network
V m set of vertices in layer m
E m set of edges in layer m
Vset of vertices in the network
Eset of edges in the network
Lset of layers in the network
a i j adjacency matrix of the network
Bset of blocks
χ m [ l i ] ( i ) new PageRank for node i in the L i th layer
P r i current PageRank for node i
ddamping factor
T p threshold for PageRank
Iinfluencers
L v l weight of the lth layer containing node v
a i j [ L ] adjacency matrix of the multilayer network considering the layer weight
P ( c ) node centrality
E v nodes directly connected between neighbors of v
C C v clustering coefficient of v
B x blocks containing node x
S x y correlation between x , y
D v in-degree of a node
l b 1 , b 2 number of edges between the nodes in blocks b 1 and b 2
e x y edge between x and y
ρ b 1 , b 2 probability of the existence of a link between x and y
η b 1 , b 2 number of pairs between the nodes of blocks b 1 , b 2
Υ likelihood of the existence of a link between the blocks
Z x y probability of a link with the maximum likelihood

References

  1. Albert, R.; Barabási, A.L. Statistical mechanics of complex networks. Rev. Mod. Phys. 2002, 74, 47. [Google Scholar] [CrossRef]
  2. Barabási, A.-L. Network science. Philos. Trans. R. Soc. Math. Phys. Eng. Sci. 2013, 371, 20120375. [Google Scholar] [CrossRef]
  3. Newman, M.E.; Barabási, A.L.E.; Watts, D.J. The Structure and Dynamics of Networks; Princeton University Press: Princeton, NJ, USA, 2006. [Google Scholar]
  4. Boccaletti, S.; Latora, V.; Moreno, Y.; Chavez, M.; Hwang, D.U. Complex networks: Structure and dynamics. Phys. Rep. 2006, 424, 175–308. [Google Scholar] [CrossRef]
  5. Kivelä, M.; Arenas, A.; Barthelemy, M.; Gleeson, J.P.; Moreno, Y.; Porter, M.A. Multilayer networks. J. Complex Netw. 2014, 2, 203–271. [Google Scholar] [CrossRef]
  6. Nicosia, V.; Bianconi, G.; Latora, V.; Barthelemy, M. Growing multiplex networks. Phys. Rev. Lett. 2013, 111, 058701. [Google Scholar] [CrossRef]
  7. Singh, S.; Rajan, R.; Nandini, S.; Ramesh, D.; Prathibhamol, C.P. Friend Recommendation System in a Social Network based on Link Prediction Framework using Deep Neural Network. In Proceedings of the IEEE 2022 2nd International Conference on Intelligent Technologies (CONIT), Hubli, India, 24–26 June 2022. [Google Scholar]
  8. Liben-Nowell, D.; Kleinberg, J. The link prediction problem for social networks. In Proceedings of the Twelfth International Conference on Information and Knowledge Management, New Orleans, LA, USA, 3–8 November 2003. [Google Scholar]
  9. Lü, L.; Zhou, T. Link prediction in complex networks: A survey. Phys. Stat. Mech. Its Appl. 2011, 390, 1150–1170. [Google Scholar] [CrossRef]
  10. Hasan, M.A.; Zaki, M.J. A Survey of Link Prediction in Social Networks. Social Network Data Analytics; Springer: Boston, MA, USA, 2011; pp. 243–275. [Google Scholar]
  11. Lü, L.; Jin, C.-H.; Zhou, T. Similarity index based on local paths for link prediction of complex networks. Phys. Rev. E 2009, 80, 046122. [Google Scholar] [CrossRef]
  12. Yin, G.; Yin, W.; Dong, Y. A New Link Prediction Algorithm: Node Link Strength Algorithm. In Proceedings of the 2014 IEEE Symposium on Computer Applications and Communications, Weihai, China, 26–27 July 2014; pp. 5–9. [Google Scholar] [CrossRef]
  13. Li, Y.; Shang, Y.; Yang, Y. Clustering coefficients of large networks. Inf. Sci. 2017, 382, 350–358. [Google Scholar] [CrossRef]
  14. Aziz, F.; Gul, H.; Muhammad, I.; Uddin, I. Link prediction using node information on local paths. Phys. A Stat. Mech. Its Appl. 2020, 557, 124980. [Google Scholar] [CrossRef]
  15. Yang, J.; Zhang, X.-D. Predicting missing links in complex networks based on common neighbors and distance. Sci. Rep. 2016, 6, 38208. [Google Scholar] [CrossRef]
  16. Jeong, H.; Néda, Z.; Barabási, A.-L. Measuring preferential attachment in evolving networks. EPL (Europhys. Lett.) 2003, 61, 567. [Google Scholar] [CrossRef]
  17. Adamic, L.A.; Adar, E. Friends and neighbors on the web. Soc. Netw. 2003, 25, 211–230. [Google Scholar] [CrossRef]
  18. Adamic, L.; Adar, E. How to search a social network. Soc. Netw. 2005, 27, 187–203. [Google Scholar] [CrossRef]
  19. Polychronopoulou, A.; Zhou, F.; Obradovic, Z. Cosine similarity for multiplex network summarization. In Proceedings of the 2021 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining, Athens, Greece, 8–11 November 2021. [Google Scholar]
  20. Chen, X.; Jiao, P.; Yu, Y.; Li, X.; Tang, M. Toward link predictability of bipartite networks based on structural enhancement and structural perturbation. Phys. Stat. Mech. Its Appl. 2019, 527, 121072. [Google Scholar] [CrossRef]
  21. 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]
  22. Feng, X.; Zhao, J.C.; Xu, K. Link prediction in complex networks: A clustering perspective. Eur. Phys. J. B 2012, 85, 1–9. [Google Scholar] [CrossRef]
  23. Liu, W.; Lü, L. Link prediction based on local random walk. EPL (Europhys. Lett.) 2010, 89, 58007. [Google Scholar] [CrossRef]
  24. Miller, J.C. Percolation and epidemics in random clustered networks. Phys. Rev. E 2009, 80, 020901. [Google Scholar] [CrossRef]
  25. Suresh, N.T.; Vimina, E.R.; Krishnakumar, U. Multi-scale top-down approach for modelling epileptic protein–protein interaction network analysis to identify driver nodes and pathways. Comput. Biol. Chem. 2020, 88, 107323. [Google Scholar] [CrossRef]
  26. Backstrom, L.; Leskovec, J. Supervised random walks: Predicting and recommending links in social networks. In Proceedings of the Fourth ACM International Conference on Web Search and Data Mining, Hong Kong, China, 9–12 February 2011. [Google Scholar]
  27. Nassar, H.; Benson, A.R.; Gleich, D.F. Neighborhood and PageRank methods for pairwise link prediction. Soc. Netw. Anal. Min. 2020, 10, 1–13. [Google Scholar] [CrossRef]
  28. Gleich, D.F. PageRank beyond the Web. arXiv 2014, arXiv:1407.5107. [Google Scholar] [CrossRef]
  29. Bai, M.; Hu, K.; Tang, Y. Link prediction based on a semi-local similarity index. Chin. Phys. B 2011, 20, 128902. [Google Scholar] [CrossRef]
  30. Yang, X.H.; Yang, X.; Ling, F.; Zhang, H.F.; Zhang, D.; Xiao, J. Link prediction based on local major path degree. Mod. Phys. Lett. B 2018, 32, 1850348. [Google Scholar] [CrossRef]
  31. Sarukkai, R.R. Link prediction and path analysis using markov chains. Comput. Netw. 2000, 33, 377–386. [Google Scholar] [CrossRef]
  32. Xu, Z.; Pu, C.; Yang, J. Link prediction based on path entropy. Phys. A Stat. Mech. Its Appl. 2016, 456, 294–301. [Google Scholar] [CrossRef]
  33. Xu, Z.; Pu, C.; Sharafat, R.R.; Li, L.; Yang, J. Entropy-based link prediction in weighted networks. Chin. Phys. B 2017, 26, 018902. [Google Scholar] [CrossRef]
  34. Al Hasan, M.; Chaoji, V.; Salem, S.; Zaki, M. Link prediction using supervised learning. In Proceedings of the SDM06: Workshop on Link Analysis, Counter-Terrorism, Bethesda, MD, USA, 20 April 2006. [Google Scholar]
  35. Lichtenwalter, R.N.; Lussier, J.T.; Chawla, N.V. New perspectives and methods in link prediction. In Proceedings of the 16th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Washington, DC, USA, 24–28 July 2010. [Google Scholar]
  36. Li, K.; Tu, L.; Chai, L. Ensemble-model-based link prediction of complex networks. Comput. Netw. 2020, 166, 106978. [Google Scholar] [CrossRef]
  37. Zhang, Z.; Cui, L.; Wu, J. Exploring an edge convolution and normalization based approach for link prediction in complex networks. J. Netw. Comput. Appl. 2021, 189, 103113. [Google Scholar] [CrossRef]
  38. Kumar, S.; Mallik, A.; Panda, B.S. Link prediction in complex networks using node centrality and light gradient boosting machine. World Wide Web 2022, 25, 2487–2513. [Google Scholar] [CrossRef]
  39. Zhang, M.; Chen, Y. Link prediction based on graph neural networks. In Proceedings of the 32nd International Conference on Neural Information Processing Systems (NIPS’18), Red Hook, NY, USA, 3 December 2018; pp. 5171–5181. [Google Scholar]
  40. van den Berg, R.; Kipf, T.N.; Welling, M. Graph convolutional matrix completion. arXiv 2017, arXiv:1706.02263. [Google Scholar]
  41. Wang, H.; Wang, J.; Wang, J.; Zhao, M.; Zhang, W.; Zhang, F.; Xie, X.; Guo, M. Graphgan: Graph representation learning with generative adversarial nets. arXiv 2017, arXiv:1711.08267. [Google Scholar] [CrossRef]
  42. Zhang, M.; Chen, Y. Weisfeiler-lehman neural machine for link prediction. In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax, NS, Canada, 13–17 August 2017. [Google Scholar]
  43. Sekara, V.; Stopczynski, A.; Lehmann, S. Fundamental structures of dynamic social networks. Proc. Natl. Acad. Sci. USA 2016, 113, 9977–9982. [Google Scholar] [CrossRef] [PubMed]
  44. Harigovindan, M.G.; Naveen, M.S.; Jisha, R.C. A Novel Method to Find the most Influential Node in a Complex Network. In Proceedings of the 2020 Fourth International Conference on Computing Methodologies and Communication (ICCMC), Erode, India, 11–13 March 2020. [Google Scholar]
  45. Cheriyan, J.; Sajeev, G.P. m-PageRank: A novel centrality measure for multilayer networks. Adv. Complex Syst. 2020, 23, 2050012. [Google Scholar] [CrossRef]
  46. Cheriyan, J.; Sajeev, G.P. An improved PageRank algorithm for multilayer networks. In Proceedings of the 2020 IEEE International Conference on Electronics, Computing and Communication Technologies (CONECCT), Bangalore, India, 2 July 2020. [Google Scholar]
  47. Nair, L.S.; Cheriyan, J.; Swaminathan, J. Microscopic Structural Analysis of Complex Networks: An Empirical Study Using Motifs. IEEE Access 2022, 10, 33220–33229. [Google Scholar] [CrossRef]
  48. Panzarasa, P.; Opsahl, T.; Carley, K.M. Patterns and dynamics of users’ behavior and interaction: Network analysis of an online community. J. Am. Soc. Inf. Sci. Technol. 2009, 60, 911–932. [Google Scholar] [CrossRef]
  49. Stark, C.; Breitkreutz, B.J.; Reguly, T.; Boucher, L.; Breitkreutz, A.; Tyers, M. Biogrid: A general repository for interaction datasets. Nucleic Acids Res. 2006, 34, D535–D539. [Google Scholar] [CrossRef] [PubMed]
  50. Baggio, J.A.; BurnSilver, S.B.; Arenas, A.; Magdanz, J.S.; Kofinas, G.P.; De Domenico, M. Multiplex social ecological network analysis reveals how social changes affect community robustness more than resource depletion. Proc. Natl. Acad. Sci. USA 2016, 113, 13708–13713. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Three different representations of heterogeneous citation networks. The left and middle ones are undirected multilayer networks, and the right one is directed multilayer networks.
Figure 1. Three different representations of heterogeneous citation networks. The left and middle ones are undirected multilayer networks, and the right one is directed multilayer networks.
Bdcc 07 00031 g001
Figure 2. (i) Snapshot of a weighted directed network; (ii) possible future links.
Figure 2. (i) Snapshot of a weighted directed network; (ii) possible future links.
Bdcc 07 00031 g002
Figure 3. Computing the m-PageRank in a multilayer network with 2 layers.
Figure 3. Computing the m-PageRank in a multilayer network with 2 layers.
Bdcc 07 00031 g003
Figure 4. Multilayer network with 2 layers and the influencer identified.
Figure 4. Multilayer network with 2 layers and the influencer identified.
Bdcc 07 00031 g004
Figure 5. Calculation of likelihood for the block model.
Figure 5. Calculation of likelihood for the block model.
Bdcc 07 00031 g005
Figure 6. Top 5 nodes from each dataset.
Figure 6. Top 5 nodes from each dataset.
Bdcc 07 00031 g006
Figure 7. Accuracy and precision comparison between 5 datasets.
Figure 7. Accuracy and precision comparison between 5 datasets.
Bdcc 07 00031 g007
Figure 8. Area under curve-receiver operating characteristic curve for the three Alaskan networks.
Figure 8. Area under curve-receiver operating characteristic curve for the three Alaskan networks.
Bdcc 07 00031 g008
Table 1. m-PageRank computation for each node given in Figure 3.
Table 1. m-PageRank computation for each node given in Figure 3.
IterationNode 1Node 2Node 3Node 4Node 5Node 6Node 7
10.43330.85330.150.5670.78910.987
20.19250.37660.150.7470.9871.00120.9899
30.19250.27680.150.4350.9891.00120.991
120.19250.274310.150.41230.9921.01230.9934
130.19250.274310.150.3901.0031.12451.004
140.19550.274310.150.3891.091.12451.023
Table 2. SNAP CollegeMsg as a multilayer network.
Table 2. SNAP CollegeMsg as a multilayer network.
Layer#Nodes#Edges
06999337
1118324,181
2116414,964
35542279
44722430
53261679
63731763
72891407
82491246
9234549
Table 3. Arabidopsis multiplex GPI network.
Table 3. Arabidopsis multiplex GPI network.
Layer#Nodes#Edges
0549313,857
128594411
24764
37886
41814
58374
6187149
Table 4. Multilayer network constructed for the Alaskan multiplex network.
Table 4. Multilayer network constructed for the Alaskan multiplex network.
VenetieWainwrightKaktovi
Layer#Nodes#Edges#Nodes#Edges#Nodes#Edges
0923643158819740
112322121390021696
22376611732703170
3401346441354521606
452161314276561560
569165855212823594
65200761744501658
Table 5. Summary of multilayer networks constructed from the datasets.
Table 5. Summary of multilayer networks constructed from the datasets.
Dataset#Layers#Nodes#Edges
SNAP College Messages10860959,835
Arabidopsis Genetic Layers7876518,655
Alaska-Venetie4319,98039,910
Alaska-Wainwright3637,11575,080
Alaska-Kaktovi3720,07141,258
Table 6. Top five m-PageRank values identified from the constructed multilayer networks.
Table 6. Top five m-PageRank values identified from the constructed multilayer networks.
Coll-MsgArabidopsisVenetieWainwrightKaktovi
57.901003301.7208952.365276.4325284.2054
57.83589652.2468352.2877065.6012063.373879
48.20763250.2702752.2283335.0664893.298377
41.60378146.2467562.1604444.5022553.014692
39.66230442.3903812.0021664.2748352.791716
Table 7. Top five correlated pairs in SNAP CollegeMsg multilayer network.
Table 7. Top five correlated pairs in SNAP CollegeMsg multilayer network.
Correlation
Node ALayer ANode BLayer BCorrelation
2494171340.502846
713278120.500061
298229810.32673
812281240.323473
20210.320002
Table 8. Blocks from SNAP CollegeMsg network.
Table 8. Blocks from SNAP CollegeMsg network.
Block Formation
BlockIDSize
42I9
674X9
393G8
1282A8
189C8
Table 9. MLE calculated between 5 pairs of clusters in SNAP CollegeMsg multilayer network.
Table 9. MLE calculated between 5 pairs of clusters in SNAP CollegeMsg multilayer network.
Maximum Likelihood Estimation
ClusterID-1ClusterID-2MLE
402A400A0.66667
402A372A0.166667
402A728A0.5
494D429D0.03571
494D1189B0.02381
Table 10. Comparison of accuracy of link prediction for the networks under consideration.
Table 10. Comparison of accuracy of link prediction for the networks under consideration.
Accuracy
DatasetRAIJACCAAmPCoM
SNAP CollegeMSG0.74950.56150.73500.742840
Alaska-Venetie0.72450.78150.72410.8433
Alaska-Wainwright0.83350.81660.82330.858350
Alaska-Kaktovi0.81350.821140.803450.91355
Arabidopsis Multiplex GPI Network0.62330.73450.83450.90123
Table 11. Comparison of precision of link prediction for the networks under consideration.
Table 11. Comparison of precision of link prediction for the networks under consideration.
Precision
DatasetRAIJACCAAmPCoM
SNAP CollegeMSG0.794950.732050.859030.910710
Alaska-Venetie0.62450.71150.699410.866087
Alaska-Wainwright0.734350.715660.724330.8767100
Alaska-Kaktovi0.725350.727140.8024150.88497
Arabidopsis Multiplex GPI Network0.867330.776450.934650.89123
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.

Share and Cite

MDPI and ACS Style

Nair, L.S.; Jayaraman, S.; Krishna Nagam, S.P. An Improved Link Prediction Approach for Directed Complex Networks Using Stochastic Block Modeling. Big Data Cogn. Comput. 2023, 7, 31. https://doi.org/10.3390/bdcc7010031

AMA Style

Nair LS, Jayaraman S, Krishna Nagam SP. An Improved Link Prediction Approach for Directed Complex Networks Using Stochastic Block Modeling. Big Data and Cognitive Computing. 2023; 7(1):31. https://doi.org/10.3390/bdcc7010031

Chicago/Turabian Style

Nair, Lekshmi S., Swaminathan Jayaraman, and Sai Pavan Krishna Nagam. 2023. "An Improved Link Prediction Approach for Directed Complex Networks Using Stochastic Block Modeling" Big Data and Cognitive Computing 7, no. 1: 31. https://doi.org/10.3390/bdcc7010031

Article Metrics

Back to TopTop