位置:成果数据库 > 期刊 > 期刊详情页
两元指纹向量聚类问题的复杂性与改进启发式算法
  • 期刊名称:软件学报, 19(3): 500-510,2008. (EI收录)
  • 时间:0
  • 分类:TP301[自动化与计算机技术—计算机系统结构;自动化与计算机技术—计算机科学与技术]
  • 作者机构:[1]山东工商学院信息与电子工程学院,山东烟台264005, [2]山东大学计算机科学技术学院,山东济南250061
  • 相关基金:Supported by the National Natural Science Foundation of China under Grant Nos.60573024, 60673153 (国家自然科学基金); the Natural Science Foundation of Shandong Province of China under Grant No.Z2004G03 (山东省自然科学基金)
  • 相关项目:基因组重组比较算法与复杂性研究
中文摘要:

证明丢失值位数不超过2的指纹向量聚类问题为NP-Hard,并给出Figueroa等人指纹向量聚类启发式算法的改进算法.主要改进了算法的实现方法.以链表存储相容顶点集合,并以逐位扫描指纹向量的方法产生相容点集链表,可将产生相容点集的时间复杂性由O(m·n·2^p)减小为O(m·(n-p+1)·2^p),可使划分一个唯一极大团或最大团的时间复杂性由O(m·p·2^p)减小为O(m·2^p).实际测试显示,改进算法的空间复杂性平均减少为原算法的49%以下,平均可用原算法20%的时间求解与原算法相同的实例.当丢失值位数超过6时,改进算法几乎总可用不超过原算法11%的时间计算与原算法相同的实例.

英文摘要:

This paper proves the binary fingerprints clustering problem for 2 missing values per fingerprint is NP-Hard, and improves the Figueroa's heuristic algorithm. The new algorithm improves the implementation method for the original algorithm. Firstly, the linked list is used to store the sets of compatible vertices. The linked list can be produced by scanning the fingerprint vectors bit by bit. Thus the time complexity for producing the sets of compatible vertices is reduced from O(m·n·2^p) to O(m·(n-p+1)·2^P), and the the running time of finding a unique maximal clique or a maximal clique is improved from O(m·p·2^pp) to O(m·2^P). The real testing displays that the improved algorithm takes 49% or lower space complexity of the original algorithm on the average for the computation of the same instance. It can use 20% time of the original algorithm for solving the same instance. Particularly, the new algorithm can almost always use not more than 11% time of the original algorithm to solve the instance with more than 6 missing values per fingerprint.

同期刊论文项目
期刊论文 15 会议论文 4 著作 1
同项目期刊论文