一种改进的Web用户浏览偏爱模式挖掘算法
2021-09-05宁建飞



摘 要: 通过给出页面层次的概念,充分考虑用户在页面上的浏览时间以及在路径选择上表现出来的浏览偏爱,结合Web站点的结构层次特征,提出了一种改进的Web用户浏览偏爱模式挖掘算法。通过具体的事例和试验数据证明,新的模型能够更准确地寻找用户浏览偏爱模式,从而发现用户的兴趣和爱好。
关键词: Web用户; 浏览偏爱; 访问事务集; 模式挖掘
中图分类号:TP391 文献标识码:A 文章编号:1006-8228(2021)08-47-04
An improved algorithm for Web users' browsing preference pattern mining
Ning Jianfei
(Department of Information Engineering, Luoding Polytechnic College, Luoding, Guangdong 527200, China)
Abstract: By giving the concept of page hierarchy, fully considering the user's browsing time on the page and the browsing preference shown in the path selection, combined with the structural hierarchy characteristics of the web site, an improved web user browsing preference pattern mining algorithm is proposed. Through specific examples and experimental data, it is proved that the new model can more accurately find users' browsing preference pattern, so as to find users' interests and hobbies.
Key words: Web user; browsing preference; access transaction set; pattern mining
0 引言
在用户的访问过程中,我们要考察用户对某个页面是否感兴趣,感兴趣的程度如何,主要是从用户对该页面的访问次数和浏览时间这两个方面来评价。在文献[3]提出的偏爱模式挖掘算法中,认为用户对页面的访问次数和浏览时间同等重要,所以直接相乘,但实际情况是用户访问次数对导航页面相对重要,而浏览时间对内容页面相对重要。
1 基于页面浏览时间和网站结构的浏览偏爱度量
一般情况下,用户对页面越感兴趣,浏览的时间就会越长,反之,浏览的时间就会越短,从而可以根据用户的浏览时间进行浏览兴趣度量。
1.1 相关概念和定义
定义1 时间离散化技术[3]
按照用户在一个页面上的浏览时间,将用户的浏览兴趣定义为:
定义2 引用
一个页面的引用是指发出超级链接到该页面的页面,例如:页面A和页面B之间存在着超级链接A→B,那么页面A就是页面B的引用页面。
定义3 页面层次
页面层次指的是网站结构中某网页离主页所在层次的层次差。首……
