计算机工程与应用 ›› 2010, Vol. 46 ›› Issue (35): 152-155.DOI: 10.3778/j.issn.1002-8331.2010.35.044

• 数据库、信号与信息处理 • 上一篇    下一篇

基于改进的FP树的快速属性约简算法

黄丽宇1,徐章艳1,钱文彬1,杨炳儒2   

  1. 1.广西师范大学 计算机科学与信息工程学院,广西 桂林 541004
    2.北京科技大学 信息工程学院,北京 100083
  • 收稿日期:2009-04-15 修回日期:2009-06-22 出版日期:2010-12-11 发布日期:2010-12-11
  • 通讯作者: 黄丽宇

Quick feature reduction algorithm based on improved frequent pattern tree

HUANG Li-yu1,XU Zhang-yan1,QIAN Wen-bin1,YANG Bing-ru2   

  1. 1.School of Computer Science and Information Engineering,Guangxi Normal University,Guilin,Guangxi 541004,China
    2.School of Information Engineering,University of Science and Technology Beijing,Beijing 100083,China
  • Received:2009-04-15 Revised:2009-06-22 Online:2010-12-11 Published:2010-12-11
  • Contact: HUANG Li-yu

摘要: 在用差别矩阵思想设计的属性约简算法中,由于差别矩阵存在大量重复和无用的差别元素,不仅占用大量的存储空间,而且浪费属性约简的计算时间。为提高这种属性约简算法的效率,结合FP树(频繁模式树)的思想,给出一种新型的数据结构——改进的FP树(IFP_Tree)。改进的FP树可以完全删除差别矩阵中所有重复的差别元素,也可以完全删除无用的差别元素。不但减少了大量的存储空间,还大大提高了属性约简算法的效率。用IFP树设计一种新的快速属性约简算法。实例说明了该算法的有效性。

关键词: 粗糙集, 差别矩阵, 属性约简, 改进的FP树

Abstract: In the feature reduction algorithms designed by the discernibility matrix idea,since there are lots of repeat and unnecessary elements in the discernibility matrix,which not only cost a mass of memory space,but also waste plenty of computer time in feature reduction.In order to improve the efficiency of such feature reduction algorithm,by considering the idea of FP tree,a novel data structure IFP_Tree(improved frequent pattern tree) is proposed,which can get rid of the repeat elements and unnecessary elements in the discernibility matrix completely.In this way,it can not only reduce a great deal of memory space,but also enhance the efficiency of feature reduction algorithm greatly.Then,a new quick and efficient feature reduction algorithm is designed based on IFP_tree.Finally,an example is used to illustrate the validity of the new algorithm.

Key words: rough set, discernibility matrix, feature reduction, improved frequent pattern tree

中图分类号: