金博

个人信息Personal Information

教授

博士生导师

硕士生导师

性别:男

毕业院校:大连理工大学

学位:博士

所在单位:创新创业学院

学科:计算机应用技术

办公地点:创客空间607

电子邮箱:jinbo@dlut.edu.cn

扫描关注

论文成果

当前位置: 金博 >> 科学研究 >> 论文成果

UT-Tree: Efficient mining of high utility itemsets from data streams

点击次数:

论文类型:期刊论文

发表时间:2013-01-01

发表刊物:INTELLIGENT DATA ANALYSIS

收录刊物:SCIE、EI、Scopus

卷号:17

期号:4

页面范围:585-602

ISSN号:1088-467X

关键字:Data mining; data streams; frequent itemsets; high utility itemsets

摘要:High utility itemsets mining is a hot topic in data stream mining. It is essential that the mining algorithm should be efficient in both time and space for data stream is continuous and unbounded. To the best of our knowledge, the existing algorithms require multiple database scans to mine high utility itemsets, and this hinders their efficiency. In this paper, we propose a new data structure, called UT-Tree (Utility on Tail Tree), for maintaining utility information of transaction itemsets to avoid multiple database scans. The UT-Tree is created with one database scan, and contains a fixed number of transaction itemsets; utility information is stored on tail-nodes only. Based on the proposed data structure and the sliding window approach, we propose a mining algorithm, called HUM-UT (High Utility itemsets Mining based on UT-Tree), to find high utility itemsets from transactional data streams. The HUM-UT algorithm mines high utility itemsets from the UT-Tree without additional database scan. Experiment results show that our algorithm has better performance and is more stable under different experimental conditions than the state-of-the-art algorithm HUPMS in terms of time and space.