中文
相关论文

相关论文: Improving the betweenness centrality of a node by …

200 篇论文

Betweenness is a well-known centrality measure that ranks the nodes of a network according to their participation in shortest paths. Since an exact computation is prohibitive in large networks, several approximation algorithms have been…

数据结构与算法 · 计算机科学 2015-10-28 Elisabetta Bergamini , Henning Meyerhenke

Betweenness centrality ranks the importance of nodes by their participation in all shortest paths of the network. Therefore computing exact betweenness values is impractical in large networks. For static networks, approximation based on…

社会与信息网络 · 计算机科学 2014-09-23 Elisabetta Bergamini , Henning Meyerhenke , Christian L. Staudt

One of the most fundamental problems in large scale network analysis is to determine the importance of a particular node in a network. Betweenness centrality is the most widely used metric to measure the importance of a node in a network.…

数据结构与算法 · 计算机科学 2008-10-19 Shiva Kintali

Finding central nodes is a fundamental problem in network analysis. Betweenness centrality is a well-known measure which quantifies the importance of a node based on the fraction of shortest paths going though it. Due to the dynamic nature…

数据结构与算法 · 计算机科学 2017-04-28 Elisabetta Bergamini , Henning Meyerhenke , Mark Ortmann , Arie Slobbe

Betweenness centrality is one of the most popular vertex centrality measures in network analysis. Hence, many (sequential and parallel) algorithms to compute or approximate betweenness have been devised. Recent algorithmic advances have…

分布式、并行与集群计算 · 计算机科学 2019-10-25 Alexander van der Grinten , Henning Meyerhenke

Betweenness is a well-known centrality measure that ranks the nodes of a network according to their participation in shortest paths. Since an exact computation is prohibitive in large networks, several approximation algorithms have been…

数据结构与算法 · 计算机科学 2015-07-06 Elisabetta Bergamini , Henning Meyerhenke

Betweenness centrality is essential in complex network analysis; it characterizes the importance of nodes and edges in networks. It is a crucial problem that exactly computes the betweenness centrality in large networks faster, which…

计算工程、金融与科学 · 计算机科学 2023-06-22 Yelai Feng , Huaixi Wang

We consider the incremental computation of the betweenness centrality of all vertices in a large complex network modeled as a graph G = (V, E), directed or undirected, with positive real edge-weights. The current widely used algorithm to…

数据结构与算法 · 计算机科学 2013-11-19 Meghana Nasre , Matteo Pontecorvi , Vijaya Ramachandran

Betweenness centrality is a classic measure that quantifies the importance of a graph element (vertex or edge) according to the fraction of shortest paths passing through it. This measure is notoriously expensive to compute, and the best…

数据结构与算法 · 计算机科学 2015-04-29 Nicolas Kourtellis , Gianmarco De Francisci Morales , Francesco Bonchi

The Betweenness Centrality index is a very important centrality measure in the analysis of a large number of networks. Despite its significance in a lot of interdisciplinary applications, its computation is very expensive. The fastest known…

社会与信息网络 · 计算机科学 2012-07-13 B Vignesh , Siddharth S , Shridhar Ramachandran , Dr. Sudarshan Iyengar , Dr. C Pandu Rangan

Graph modification problems with the goal of optimizing some measure of a given node's network position have a rich history in the algorithms literature. Less commonly explored are modification problems with the goal of equalizing…

数据结构与算法 · 计算机科学 2025-05-12 Alex Crane , Sorelle A. Friedler , Mihir Patel , Blair D. Sullivan

Betweenness centrality, measured by the number of times a vertex occurs on all shortest paths of a graph, has been recognized as a key indicator for the importance of a vertex in the network. However, the betweenness of a vertex is often…

数据库 · 计算机科学 2021-07-22 Qi Zhang , Rong-Hua Li , Minjia Pan , Yongheng Dai , Guoren Wang , Ye Yuan

Betweenness centrality is a fundamental centrality measure in social network analysis. Given a large-scale network, how can we find the most central nodes? This question is of key importance to numerous important applications that rely on…

社会与信息网络 · 计算机科学 2016-09-06 Ahmad Mahmoody , Charalampos E. Tsourakakis , Eli Upfal

Betweenness centrality---measuring how many shortest paths pass through a vertex---is one of the most important network analysis concepts for assessing the relative importance of a vertex. The well-known algorithm of Brandes [J. Math.…

数据结构与算法 · 计算机科学 2020-05-14 Matthias Bentert , Alexander Dittmann , Leon Kellerhals , André Nichterlein , Rolf Niedermeier

Centrality measures, erstwhile popular amongst the sociologists and psychologists, have seen broad and increasing applications across several disciplines of late. Amongst a plethora of application specific definitions available in the…

社会与信息网络 · 计算机科学 2017-03-23 Rishi Ranjan Singh , Shubham Chaudhary , Manas Agarwal

Recent decades have witnessed the tremendous development of network science, which indeed brings a new and insightful language to model real systems of different domains. Betweenness, a widely employed centrality in network science, is a…

社会与信息网络 · 计算机科学 2017-01-24 Rui Fan , Ke Xu , Jichang Zhao

Computing classical centrality measures such as betweenness and closeness is computationally expensive on large-scale graphs. In this work, we introduce an efficient force layout algorithm that embeds a graph into a low-dimensional space,…

社会与信息网络 · 计算机科学 2026-04-29 Alexander Kolpakov , Igor Rivin

Betweenness Centrality (BC) is an important measure used widely in complex network analysis, such as social network, web page search, etc. Computing the exact BC values is highly time consuming. Currently the fastest exact BC determining…

社会与信息网络 · 计算机科学 2017-12-21 Shiyu Ji , Zenghui Yan

Centrality measures, quantifying the importance of vertices or edges, play a fundamental role in network analysis. To date, triggered by some positive approximability results, a large body of work has been devoted to studying centrality…

社会与信息网络 · 计算机科学 2024-02-13 Atsushi Miyauchi , Lorenzo Severini , Francesco Bonchi

Graphs (networks) are an important tool to model data in different domains. Real-world graphs are usually directed, where the edges have a direction and they are not symmetric. Betweenness centrality is an important index widely used to…

数据结构与算法 · 计算机科学 2023-06-22 Mostafa Haghir Chehreghani , Albert Bifet , Talel Abdessalem
‹ 上一页 1 2 3 10 下一页 ›