首页    期刊浏览 2025年07月12日 星期六
登录注册

文章基本信息

  • 标题:Efficient Mining of Maximal Bicliques in Graph by Pruning Search Space
  • 本地全文:下载
  • 作者:Youngtae Kim ; Dongyul Ra
  • 期刊名称:International Journal of Advanced Computer Science and Applications(IJACSA)
  • 印刷版ISSN:2158-107X
  • 电子版ISSN:2156-5570
  • 出版年度:2020
  • 卷号:11
  • 期号:3
  • DOI:10.14569/IJACSA.2020.0110356
  • 出版社:Science and Information Society (SAI)
  • 摘要:In this paper, we present a new algorithm for mining or enumerating maximal biclique (MB) subgraphs in an undirected general graph. Our algorithm achieves improved theoretical efficiency in time over the best algorithms. For an undirected graph with n vertices, m edges and k maximal bicliques, our algorithm requires O(kn2) time, which is the state of the art performance. Our main idea is based on a strategy of pruning search space extensively. This strategy is made possible by the approach of storing maximal bicliques immediately after detection and allowing them to be looked up during runtime to make pruning decisions. The space complexity of our algorithm is O(kn) because of the space used for storing the MBs. However, a lot of space is saved by using a compact way of storing MBs, which is an advantage of our method. Experiments show that our algorithm outperforms other state of the art methods.
  • 关键词:Graph algorithms; maximal bicliques; maximal biclique mining; complete bipartite graphs; pruning search space; social networks; protein networks
国家哲学社会科学文献中心版权所有