Abstract
Network structures have attracted much interest and have been rigorously studied in the past two decades. Researchers used many mathematical tools to represent these networks, and in recent days, hypergraphs play a vital role in this analysis. This paper presents an efficient technique to find the influential nodes using centrality measure of weighted directed hypergraph. Genetic Algorithm is exploited for tuning the weights of the node in the weighted directed hypergraph through which the characterization of the strength of the nodes, such as strong and weak ties by statistical measurements (mean, standard deviation, and quartiles) is identified effectively. Also, the proposed work is applied to various biological networks for identification of influential nodes and results shows the prominence the work over the existing measures. Furthermore, the technique has been applied to COVID-19 viral protein interactions. The proposed algorithm identified some critical human proteins that belong to the enzymes TMPRSS2, ACE2, and AT-II, which have a considerable role in hosting COVID-19 viral proteins and causes for various types of diseases. Hence these proteins can be targeted in drug design for an effective therapeutic against COVID-19.
Keywords: Directed hypergraph, Centrality measures, Degree centrality, Strong tie, Weak tie, Genetic algorithm, COVID-19
2008 MSC: 05C65, 05C82, 68M10, 90B18, 90C27, 90C35, 91D30, 92B20
Nomenclature
the fitness of individual in generation in roulette wheel selection
the average fitness of individual in generation in roulette wheel selection
the weighted node degree centrality of a node in
the probability for selecting string
the strong tie degree centrality of a node in
the weak tie degree centrality of a node in
the hyperedges of
the hyperedges in
the set of all weighted directed hyperedges of the weighted directed hypergraph
the directed hyperedges in
the total fitness value
the fitness value of individuals
the minimum fitness
the maximum fitness
the graph
the directed hypergraph
the head set in the minimal hypergraph
the weighted directed hypergraph
the head of the directed hyperedge
the hypergraph
the minimal -hypergraph of
the minimal -hypergraph of
the number of directed hyperedges in
the number of edges in the graph
the number of generations
the number of vertices of a weighted directed hypergraph
the number of nodes in the graph
probability rank of the generation
the rank of individual in generation for rank selection
sum of ranks in generation
the tail of the directed hyperedge
the set of strong tie nodes
the range of strong tie vertices in
the set of all nodes of the hypergraph
the set of all nodes of the directed hypergraph
the set of all nodes of the weighted directed hypergraph
the weight of the node corresponding to the directed hyperedge
the set of weak tie nodes
the range of weak tie vertices in
the mean of the weights
the quartile of the weights
the quartile of the weights
the quartile deviation of the weights
the standard deviation of the weights
1. Introduction
A relation that connects a group of two or more systems or people [18] forms a network. To assess a network, one may need information’s such as quality of relationships, perception of co-operations, network collaborations between nodes. In recent times one of the computational concepts like the graph properties plays a significant role in analysing a network by exploring the accessibility of nodes [21]. Of which Multi-graph [3], [17] can represent the complex relational data of a network and works well provided that the significant changes are made only to the existing graph analysis algorithms.
In general, since the network comprises nodes in n-ary relations, based on the literature so far, we could see Hypergraphs can handle n-ary relations more efficiently than graphs or multi-graphs. Berge [1] proposed this concept of hypergraph firstly as “a generalisation of graphs” which [3] further defined and derived the notion of the ‘directed’ hypergraph.
The hypergraphs [15], [20] constructed from the shortest paths of the networks tend to leave out some influential nodes, which is very important in analysing the network. Granovetter [5] proposed a method to identify influential nodes by weak ties for information dissemination. To surmount the frailty for hypergraph construction, this paper constructs a directed hypergraph based on the relationship between the data. Later, degree centrality measure is employed for finding the influential nodes.
Among various centrality measures like degree, betweenness, closeness, eccentricity, cross-click, network, random walk betweenness, page rank, leverage, eigenvector, subgraph, information and many, degree centrality have high impact in analysing any networks. Also, it classifies the nodes as strong and weak ties from which weak tie is more influential so, this takes less number of nodes that are responsible for spreading of news. Hence, we use the degree centrality for predicting the influential nodes.
In this paper, initially the weight of the node is the degree centrality of a node that is, ..., the number of hyperedges incidence with the node. Thus, the same is calculated for all network nodes and fed into the Genetic Algorithm (GA) for further optimisations. After which statistical measures like mean, standard deviation and quartiles are employed to classify the nodes as strong tie and weak tie.
The proposed work is applied to Protein-Protein Interaction (PPI) networks to obtain the influential proteins. Predicting protein function is always a stumbling block in computational biology research. These proteins of PPI network help in drug target recognition, identify the role of a protein or gene, develop successful methods for treating different diseases, and provide early detection of disorders.
Recently, many researchers aims to detect the COVID-19 through images of X-rays using the concept of Cascaded Recurrent Neural Network (CRNN) [12] and ultrasound X-rays by classifying them using Multi-layers Fusion [16]. Here, we aim to detect the influential nodes which gives a promising direction in the impact of current pandemic COVID-19 and in need of designing drugs. Drug design requires the knowledge of the functionality of the COVID-19 viral protein interacting with human proteins. For this purpose, we identified some of the critical human proteins using centrality measures of the hypergraph.
These proteins belong to the enzymes - TMPRSS2, ACE2, AT-II, protein sets - IL6, cytoplasmic, cytokine storm. Some of them may cause diseases like decease chronic obstructive pulmonary disease, lower respiratory infections, blood pressure, diabetes mellitus, stroke and tuberculosis. The resultant proteins play a considerable role in COVID-19 viral interactions.
The major contributions are a state-of-the-art representation of protein interaction networks by weighted directed hypergraph and identifying influential nodes using weak tie of a weighted directed hypergraph. The degree centralities and genetic algorithm are hybridized to optimize the weights of nodes. Finally, validation of the proposed method identifies influential COVID-19 proteins from protein interactions that can be used for drug design.
Section 2 deals with basic definitions. The proposed methodology is presented in Section 3. The results of the ten biological networks and their comparison with existing graph centrality measures are presented in Section 4. Our method has been validated with the real-time pandemic COVID-19 viral-protein interactions in Section 5. The paper is concluded with a summary in the final Section.
2. Preliminaries
Some preliminary concepts on hypergraph are recalled in this section.
Let be a hypergraph [1], where , and are set of all nodes and hyperedges respectively. Moreover, and , with every is a subset of the set .
A hypergraph is a standard graph, when every hyperedge , satisfies for .
A hypergraph is said to be a directed hypergraph () [3], if every hyperarc has a direction, where is the tail of while is its head.
If every node of a directed hypergraph has a weight associated with it, then the directed hypergraph is a weighted directed hypergraph ().
The directed hyperedge or hyperarc is said to be a Backward hyper-arc [3], or B-arc, if . Similarly, the directed hyperedge or hyperarc is said to be a Forward hyperarc [3], or F-arc, if .
A directed hypergraph is said to be a -graph (or -hypergraph), whose hyperarcs are -arcs. A directed hypergraph is said to be an -graph (or -hypergraph), if hyperarcs are -arcs. A directed hypergraph is said to be a -graph (or -hypergraph), if hyperarcs are either -arcs or -arcs.
3. Proposed methodology
This section discusses the proposed technique for the identification of influential nodes in a network. It consists of following four predominant steps:
-
1)
Construction of directed hypergraph.
-
2)
Conversion of directed hypergraph into weighted directed hypergraph.
-
3)
Optimizing the weights using Genetic Algorithm (GA).
-
4)
Identifying influential nodes.
Algorithm 1 comprises the above four steps:
Algorithm 2.
Construction of directed hypergraph.
Algorithm 1.
DHHGA.
3.1. Construction of directed hypergraph
If there is a communication between to , then directed hyperedge is constructed where and .
Definition 3.1 (Minimal hypergraph based on
-hyperarc) A directed hypergraph is said to be minimal hypergraph (directed hyperedges are in -hyperarc form or -hyperarc form) with , if there is no minimal hypergraph with .
In general, -hypergraph has for every hyperedge, and there is no repetition in head of the hyperedge.
Suppose there are two hyperedges and with same , then combine the hyperedges and regenerate it as a single hyperedge .
Continue this until the heads of the hyperedges are distinct.
Let be the head set in the minimal hypergraph .
Now, add the head of each hyperedge of to the set . Thus,
since the heads in are distinct and at most .
Since the number of hyperedges is equal to the number of elements in the head set by -hypergraph construction,
Similar arguments holds for and hypergraphs and thus we have Theorem 1.
Theorem 1
Letbe a directed hypergraph with, then there exists a minimal hypergraphsuch that every directed hyperedgeofis-hyperarc oris a-hypergraph. Also, there exist a minimal hypergraphsuch that every hyperedgeofis-hyperarc oris an-hypergraph.
3.2. Weighted node degree centrality (WNDC)
Definition 3.2
The weights of the node incidence with the corresponding hyperedge is called as weighted node degree centrality [9], [13]. It is given by
(1) where takes the value 1 if is incident with , 0 otherwise.
3.2.1. Construction of weighted node degree centrality
Initially, every vertex of a directed hypergraph is assigned with a weight as its degree centrality and it is presented in Algorithm 3.
Algorithm 3.
Conversion of into .
Here, the weight is calculated as defined in Definition 3.2. These weights are tuned using the GA (Algorithm 4 ).
Algorithm 4.
Genetic algorithm.
3.3. GA weight optimization
GA is a search heuristic, which optimizes the solution of search problems [21]. Usually, GA is a population-based search technique used in computing, with each candidate represented as fixed-length binary string chromosomes. The Roulette wheel with ranking selection, one-point crossover and a uniform mutation are the components of GA in this work. The objective function of GA is,
where is the initial weight of the node , and (weight) is the parameter that is to be maximized.
Now, Roulette wheel and ranking selection [10] methods are combined to select the best individual from the groups (of individuals) formed out the population, for the objective function. The Roulette Wheel uses,
where represents the average fitness of the population for generation which varies from 1 to ngen. This value is used to place in the segment of roulette wheel, the bigger the value, the larger the segment and it is more probably to be selected.
where represents the probability for selecting the individual and is the fitness value of the individual in the generation, and for ranking
where varies from 1 to (number of generations) and varies from 1 to (population size).
Pioneer technique used in the crossover is the single-point crossover, and it is given as,
where stand for Binary array of size.
We select a random gene from chromosome, lets say and assign a uniform random value to it.
where , and are random integer, is a uniform random number.
The fitness value [4] is calculated using normalized weighted sum evaluation function given by
where is actual fitness value, is the worst fitness value, is the best fitness value, of individual.
Now, Algorithm 5 categorizes the nodes as strong and weak ties from the optimized weights of Algorithm 4.
Algorithm 5.
WDHDC.
The categories of ties based on their strength using mean and standard deviation is given as,
Here stands for the mean of the weights, and stands for the weights’ standard deviation.
Similarly, the categorization of tie strength using quartile can also be defined as follows:
Here stands for and quartile of the weights and stands for quartile deviation of the weights.
4. Implementation
The proposed technique is applied to the following ten biological networks [14] using Python 3.5 in Intel® Core™ i7-6700 Quad Core 3.4 GHz, 4.0 GHz system running in Ubuntu 16.4. (i) bio-WormNet-v3-benchmark, (ii) bio-DR-CX’s, (iii) bio-DM-CX’s, (iv) bio-HS-LC’s, (v) bio-HS-CX’s, (vi) bio-CE-CX’s, (vii) bio-grid-fission-yeast’s, (viii) bio-grid-yeast’s, (ix) bio-grid-human’s, (x) bio-dmela. where the networks (i)–(vi), are all a kind of WormNet network, with nodes as genes and edges as links between them and they are an integration’s of all data-type-specific networks (CE-CX, CE-GN, CE-GT, CE-HT, CE-LC, CE-PG, DM-CX, DM-HT, DM-LC, DR-CX, HS-CX, HS-HT, HS-LC, SC-CC, SC-CX, SC-HT, SC-LC, SC-TS) through modified Bayesian integration. And for the remaining networks (vii)–(x), nodes are proteins and the edges are PPI.
4.1. Results and discussion
The influential proteins (or) genes of above ten biological networks are identified through Algorithm 1 of weak ties and presented in the Table 1 with data: the number of nodes, number of directed hyperedges in , range of weak tie nodes using Mean, SD and quartile.
Table 1.
Range of influential nodes (Weak ties) using mean and SD, and quartiles.
| Range of nodes by mean and SD | Range of nodes by quartiles | |||
|---|---|---|---|---|
| bio-grid-fission-yeast’s | 2031 | 2026 | [400, 450] | [470, 530] |
| bio-WormNet-v3-benchmark | 2445 | 2316 | [490, 540] | [550, 640] |
| bio-DR-CX’s | 3289 | 3051 | [650, 720] | [750, 850] |
| bio-DM-CX’s | 4040 | 3594 | [820, 890] | [930, 1020] |
| bio-HS-LC’s | 4227 | 3391 | [850, 930] | [1000, 1050] |
| bio-HS-CX’s | 4413 | 3975 | [900, 1000] | [1000, 1150] |
| bio-grid-yeast’s | 6010 | 6008 | [1215, 1280] | [1430, 1480] |
| bio-dmela | 7399 | 6640 | [1500, 1600] | [1750, 1900] |
| bio-grid-human’s | 9527 | 9536 | [1970, 2050] | [2300, 2390] |
| bio-CE-CX’s | 16,347 | 14,692 | [3420, 3490] | [3900, 4150] |
Various graph centrality measures like Degree Centrality , Closeness Centrality, Eigen Vector Centrality and Harmonic Centrality are compared with the proposed technique. Table 2 presents the influential nodes of the above explained ten biological networks.
Table 2.
Comparison of number of influential nodes with other centrality measures.
| bio-grid-fission-yeast’s | 2031 | 25,274 | 964 | 450 | 450 | 450 |
| bio-WormNet-v3-benchmark | 2445 | 78,736 | 2032 | 2295 | 2152 | 2197 |
| bio-DR-CX’s | 3289 | 84,940 | 1478 | 1647 | 1344 | 1158 |
| bio-DM-CX’s | 4040 | 112,688 | 1267 | 964 | 957 | 1060 |
| bio-HS-LC’s | 4227 | 39,484 | 2835 | 1673 | 1753 | 1661 |
| bio-HS-CX’s | 4413 | 108,818 | 1493 | 1044 | 1392 | 1037 |
| bio-grid-yeast’s | 6010 | 313,890 | 3150 | 4791 | 5414 | 4791 |
| bio-dmela | 7399 | 25,571 | 4078 | 3681 | 6383 | 6370 |
| bio-grid-human’s | 9527 | 62,364 | 6621 | 8029 | 8029 | 8029 |
| bio-CE-CX’s | 16,347 | 762,822 | 7734 | 5081 | 7596 | 5047 |
The minimum number of influential nodes are to be derived which are responsible to maximize the influence to entire network. It is apparent from the values tabulated, our proposed work yields the minimum number of influential nodes both in mean, SD and quartile when comparing with the other centrality measures expect the bio-grid-fission-yeast’s. In bio-grid-fission-yeast’s network the number of the influential nodes using quartile is greater than the existing centralities.
Fig. 1 illustrates the count of edges of graph and hyperedges, it is apparent that number of hyperedges is much lesser than the number of edges of graph. Figs. 2 and 3 depicts the comparison of degree centralities of the proposed work based on mean-standard deviation, and quartiles-quartile deviation respectively, with the graph based centralities.
Fig. 1.
Comparison of edge and hyperedge count.
Fig. 2.
Comparison of degree centrality of graph with hypergraph (Using mean and SD).
Fig. 3.
Comparison of degree centrality of graph with hypergraph (Using quartiles).
5. COVID-19 validation
In this section, we intend to validate our technique for COVID-19 protein-protein interaction. On Dec 8, 2019, the coronavirus (COVID-19) had identified in the seafood market in the Wuhan city of China. Coronavirus is one of a kind belonging to severe acute respiratory syndrome (SARS) virus. The world health organization (WHO) declared coronavirus as a pandemic.
Coronavirus (SARS-COV-2 or COVID-19) is one of the family members of Coronaviridae and order Nidovirales. This family contains two subfamilies, namely, Coronavirnae and Torovirinae. The Coronavirnae are classified into four categories:
-
•
Alphacoronavirus - which consists of human coronavirus (HCOV)
-
•
Betacoronavirus - which includes of human coronavirus (HCOV) with the SARS-COV-2 virus.
-
•
Gammacoronavirus - which includes the viruses of bird and whales.
-
•
Deltacoronavirus - which consists of viruses which are isolated from birds and pigs.
The COVID-19 is Betacoronavirus together with the impact of viruses, namely, middle SARS viruses and pathogenic viruses. From the biological laboratory results [2], [6], [11], [19] some crucial proteins have been identified, that plays a vital role in the protein-protein interactions(PPI’s) of COVID-19 with the human body. And, some of these essential proteins belong to the enzymes TMPRSS2 (Transmembrane protease, serine 2), ACE2 (Angiotensin - Converting Enzyme 2), and AT2 (Angiotensin II).
The COVID-19 protein-protein interactions (PPI’s) from [7] has been constructed as directed hypergraph. Here the nodes are the proteins and the directed hyperedge is constructed if there is an interaction between viral protein with human host proteins and human host protein with human proteins. Now, the directed hypergraph is transformed to weighted directed hypergraph by assigning the weights as the number of PPI’s. These weights are tuned using GA and the classification of weak tie proteins is summarized in Table 3 .
Table 3.
Comparison of influential proteins (Count) with our algorithm in the COVID-19 interaction data-set.
| Enzyme/disease | Total number of proteins in cleaned data-set | Number of proteins obtained using our algorithm |
|---|---|---|
| TMPRSS2 | 47 | 47 |
| ACE2 | 4 | 4 |
| AT-II | 11 | 11 |
| Sudden cardiac attack | 10 | 10 |
| IL6 | 33 | 33 |
| Cytoplasmic | 1159 | 1159 |
| Cytokines | 3 | 3 |
| Chronic obstructive pulmonary disease | 2 | 2 |
| Lower respiratory infections | 3 | 3 |
| Blood pressure | 35 | 35 |
| Diabetes mellitus | 35 | 35 |
| Stroke | 23 | 23 |
| Tuberculosis | 18 | 18 |
Proteins in TMPRSS2, ACE2, AT-II enzymes are 47, 4 and 11, respectively, in the cleaned SARS COVID II and human interactome data-set [8]. These proteins act as a major cause of various disease. We had also identified the proteins which cause the cytoplasmic, cytokine storm, chronic obstructive pulmonary disease, lower respiratory infections, blood pressure, diabetes mellitus, stroke, tuberculosis.
6. Conclusion
In this work, hypergraph is being exploited as a more powerful tool that reduces the complexity considerably compared to graphs as the weighted directed hypergraph of any network has fewer directed hyperedges. The influential nodes of the network are obtained by weak ties of degree centrality. The weights of the nodes are tuned using GA is employed by combining the Roulette wheel and ranking selection. The empirical results obtained from the computation show that proposed work perform better than other graph based centrality measures. Also, obtained critical proteins which play an influential role in COVID-19 viral interactions. These proteins may be a direct or indirect host of the COVID-19 viral protein and useful in drug design. For big data the elapsed time proliferates in identifying the influential nodes by the proposed technique. In the future, a suitable dimensionality reduction scheme will be introduced along with a congenial evolutionary algorithm to handle big data efficiently. Also, the expected protein interactome will be verified by protein docking based on the different mathematical modelling.
Declaration of Competing Interest
The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Acknowledgements
Sathyanarayanan Gopalakrishnan and Swaminathan Venkataraman thank the Department of Science and Technology - Fund Improvement of S&T Infrastructure in Universities and Higher Educational Institutions Government of India (SR/FST/MSI - 107/2015 ) for carrying out this research work and, the author Supriya Sridharan wishes to express sincere thanks to the INSPIRE fellowship (DST/INSPIRE Fellowship/2019/IF190271) for their financial support.
Edited by: Maria De Marsico
Footnotes
Edited by: Maria De Marsico.
References
- 1.C. Berge, Hypergraphs North Holland mathematical library, 1989,
- 2.De Witt B.J., Garrison E.A., Champion H.C., Kadowitz P.J. L-163,491 is a partial angiotensin at1 receptor agonist in the hindquarters vascular bed of the cat. Eur. J. Pharmacol. 2000;404(1-2):213–219. doi: 10.1016/s0014-2999(00)00612-9. [DOI] [PubMed] [Google Scholar]
- 3.Gallo G., Longo G., Pallottino S., Nguyen S. Directed hypergraphs and applications. Discrete Appl. Math. 1993;42:177–201. doi: 10.1016/0166-218X(93)90045-P. [DOI] [Google Scholar]
- 4.Gen M., Cheng R. vol. 7. John Wiley & Sons; 1999. Genetic Algorithms and Engineering Optimization. [Google Scholar]
- 5.Granovetter M.S. The strength of weak ties. Am. J. Sociol. 1973;78(6):1360–1380. [Google Scholar]
- 6.Hoffmann M., Kleine-Weber H., Schroeder S., Krüger N., Herrler T., Erichsen S., Schiergens T.S., Herrler G., Wu N.-H., Nitsche A., et al. SARS-CoV-2 cell entry depends on ACE2 and TMPRSS2 and is blocked by a clinically proven protease inhibitor. Cell. 2020;181(2):271–280. doi: 10.1016/j.cell.2020.02.052. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.INTACT contributors, Coronavirus proteins interactions data-set, 2020a, https://www.ebi.ac.uk/intact/.
- 8.INTACT contributors, Enzymes data-set, 2020b, https://www.uniprot.org/uniprot/?query=tmprss2(/ace2/at-II)&sort=score.
- 9.Kapoor K., Sharma D., Srivastava J. 2013 IEEE 2nd Network Science Workshop (NSW) IEEE; 2013. Weighted node degree centrality for hypergraphs; pp. 152–155. [Google Scholar]
- 10.Kumar R., et al. Blending roulette wheel selection & rank selection in genetic algorithms. Int. J. Mach. Learn. Comput. 2012;2(4):365–370. [Google Scholar]
- 11.Lan J., Ge J., Yu J., Shan S., Zhou H., Fan S., Zhang Q., Shi X., Wang Q., Zhang L., et al. Structure of the SARS-CoV-2 spike receptor-binding domain bound to the ACE2 receptor. Nature. 2020;581(7807):215–220. doi: 10.1038/s41586-020-2180-5. [DOI] [PubMed] [Google Scholar]
- 12.Muhammad G., Hossain M.S. COVID-19 and non-COVID-19 classification using multi-layers fusion from lung ultrasound images. Inf. Fusion. 2021;72:80–88. doi: 10.1016/j.inffus.2021.02.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Opsahl T., Agneessens F., Skvoretz J. Node centrality in weighted networks: generalizing degree and shortest paths. Soc. Netw. 2010;32:245–251. doi: 10.1016/j.socnet.2010.03.006. [DOI] [Google Scholar]
- 14.R.A. Rossi, N.K. Ahmed, The network data repository with interactive graph analytics and visualization, 2015, http://networkrepository.com.
- 15.Roy S., Ravindran B. Proceedings of the Second ACM IKDD Conference on Data Sciences. 2015. Measuring network centrality using hypergraphs; pp. 59–68. [Google Scholar]
- 16.Shankar K., Perumal E., Díaz V.G., Tiwari P., Gupta D., Saudagar A.K.J., Muhammad K. An optimal cascaded recurrent neural network for intelligent COVID-19 detection using chest X-ray images. Appl. Soft Comput. 2021;113:107878. doi: 10.1016/j.asoc.2021.107878. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Vagnetti R., Pino M.C., Masedu F., Peretti S., Le Donne I., Rossi R., Valenti M., Mazza M. Exploring the social cognition network in young adults with autism spectrum disorder using graph analysis. Brain Behav. 2020;10(3):e01524. doi: 10.1002/brb3.1524. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Wikipedia contributors, Social network—Wikipedia, the free encyclopedia, 2004, [Online; accessed 22-February-2020], https://en.wikipedia.org/wiki/Socialnetwork.
- 19.Yan R., Zhang Y., Li Y., Xia L., Guo Y., Zhou Q. Structural basis for the recognition of SARS-CoV-2 by full-length human ACE2. Science. 2020;367(6485):1444–1448. doi: 10.1126/science.abb2762. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Yoshida Y. Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2014. Almost linear-time algorithms for adaptive betweenness centrality using hypergraph sketches; pp. 1416–1425. [Google Scholar]
- 21.S. Zhang, S. Cui, Z. Ding, Hypergraph spectral analysis and processing in 3D point cloud, arXiv preprint arXiv:2001.02384 (2020). [DOI] [PubMed]








