期刊文献+
共找到207篇文章
< 1 2 11 >
每页显示 20 50 100
Database Encoding and A New Algorithm for Association Rules Mining
1
作者 Tong Wang Pilian He 《通讯和计算机(中英文版)》 2006年第3期77-81,共5页
下载PDF
A New Hybrid Algorithm for Association Rule Mining 被引量:1
2
作者 张敏聪 燕存良 朱开玉 《Journal of Donghua University(English Edition)》 EI CAS 2007年第5期598-603,共6页
HA (hashing array), a new algorithm, for mining frequent itemsets of large database is proposed. It employs a structure hash array, ltemArray ( ) to store the information of database and then uses it instead of da... HA (hashing array), a new algorithm, for mining frequent itemsets of large database is proposed. It employs a structure hash array, ltemArray ( ) to store the information of database and then uses it instead of database in later iteration. By this improvement, only twice scanning of the whole database is necessary, thereby the computational cost can be reduced significantly. To overcome the performance bottleneck of frequent 2-itemsets mining, a modified algorithm of HA, DHA (directaddressing hashing and array) is proposed, which combines HA with direct-addressing hashing technique. The new hybrid algorithm, DHA, not only overcomes the performance bottleneck but also inherits the advantages of HA. Extensive simulations are conducted in this paper to evaluate the performance of the proposed new algorithm, and the results prove the new algorithm is more efficient and reasonable. 展开更多
关键词 association rule data mining HASHING database analysis
下载PDF
Research on Employment Data Mining for Higher Vocational Graduates
3
作者 Feng Lin 《International Journal of Technology Management》 2014年第7期78-80,共3页
In order to make effective use a large amount of graduate data in colleges and universities that accumulate by teaching management of work, the paper study the data mining for higher vocational graduates database usin... In order to make effective use a large amount of graduate data in colleges and universities that accumulate by teaching management of work, the paper study the data mining for higher vocational graduates database using the data mining technology. Using a variety of data preprocessing methods for the original data, and the paper put forward to mining algorithm based on commonly association rule Apriori algorithm, then according to the actual needs of the design and implementation of association rule mining system, has been beneficial to the employment guidance of college teaching management decision and graduates of the mining results. 展开更多
关键词 Improved Apriori algorithm data mining Graduates database association rules
下载PDF
Elicitation of Association Rules from Information on Customs Offences on the Basis of Frequent Motives
4
作者 Bi Bolou Zehero Etienne Soro +2 位作者 Yake Gondo Pacome Brou Olivier Asseu 《Engineering(科研)》 2018年第9期588-605,共18页
The fight against fraud and trafficking is a fundamental mission of customs. The conditions for carrying out this mission depend both on the evolution of economic issues and on the behaviour of the actors in charge of... The fight against fraud and trafficking is a fundamental mission of customs. The conditions for carrying out this mission depend both on the evolution of economic issues and on the behaviour of the actors in charge of its implementation. As part of the customs clearance process, customs are nowadays confronted with an increasing volume of goods in connection with the development of international trade. Automated risk management is therefore required to limit intrusive control. In this article, we propose an unsupervised classification method to extract knowledge rules from a database of customs offences in order to identify abnormal behaviour resulting from customs control. The idea is to apply the Apriori principle on the basis of frequent grounds on a database relating to customs offences in customs procedures to uncover potential rules of association between a customs operation and an offence for the purpose of extracting knowledge governing the occurrence of fraud. This mass of often heterogeneous and complex data thus generates new needs that knowledge extraction methods must be able to meet. The assessment of infringements inevitably requires a proper identification of the risks. It is an original approach based on data mining or data mining to build association rules in two steps: first, search for frequent patterns (support >= minimum support) then from the frequent patterns, produce association rules (Trust >= Minimum Trust). The simulations carried out highlighted three main association rules: forecasting rules, targeting rules and neutral rules with the introduction of a third indicator of rule relevance which is the Lift measure. Confidence in the first two rules has been set at least 50%. 展开更多
关键词 data mining Customs Offences Unsupervised method Principle of Apriori Frequent Motive rule of association Extraction of Knowledge
下载PDF
A Fast Algorithm for Mining Association Rules 被引量:17
5
作者 黄刘生 陈华平 +1 位作者 王洵 陈国良 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第6期619-624,共6页
In this paper, the problem of discovering association rules between items in a large database of sales transactions is discussed, and a novel algorithm, BitMatrix, is proposed. The proposed algorithm is fundamentally ... In this paper, the problem of discovering association rules between items in a large database of sales transactions is discussed, and a novel algorithm, BitMatrix, is proposed. The proposed algorithm is fundamentally different from the known algorithms Apriori and AprioriTid. Empirical evaluation shows that the algorithm outperforms the known ones for large databases. Scale-up experiments show that the algorithm scales linearly with the number of transactions. 展开更多
关键词 database data mining large itemset association rule minimum support minimum confidence
原文传递
Generalized Multidimensional Association Rules
6
作者 周傲英 周水庚 +1 位作者 金文 田增平 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第4期388-392,共5页
The problem of association rule mining has gained considerableprominence in the data mining community for its use as an important tool of knowledge discovery from large-scale databases. And there has been a spurt of r... The problem of association rule mining has gained considerableprominence in the data mining community for its use as an important tool of knowledge discovery from large-scale databases. And there has been a spurt of researchactivities around this problem. Traditional association rule mining is limited tointratransaction. Only recently the concept of N-dimensional inter-transaction association rule (NDITAR) was proposed by H.J. Lu. This paper modifies and extendsLu's definition of NDITAR based on the analysis of its limitations, and the generalized multidimensional association rule (GMDAR) is subsequently introduced, whichis more general, flexible and reasonable than NDITAR. 展开更多
关键词 multidimensional transaction database data mining Ndimensionalinter-transaction association rules (NDITAR) generalized multidimensional association rules (GMDAR)
原文传递
An Overview of Data Mining and Knowledge Discovery 被引量:8
7
作者 范建华 李德毅 《Journal of Computer Science & Technology》 SCIE EI CSCD 1998年第4期348-368,共21页
With massive amounts of data stored in databases, mining information and knowledge in databases has become an important issue in recent research. Researchers in many different fields have shown great interest in data ... With massive amounts of data stored in databases, mining information and knowledge in databases has become an important issue in recent research. Researchers in many different fields have shown great interest in data mining and knowledge discovery in databases. Several emerging applications in information providing services, such as data warehousing and on-line services over the Internet, also call for various data mining and knowledge discovery techniques to understand user behavior better, to improve the service provided, and to increase the business opportunities. In response to such a demand, this article is to provide a comprehensive survey on the data mining and knowledge discovery techniques developed recently, and introduce some real application systems as well. In conclusion, this article also lists some problems and challenges for further research. 展开更多
关键词 Knowledge discovery in databases data mining machine learning association rule CLASSIFICATION data clustering data generalization pattern searching
原文传递
Mining φ-Frequent Itemset Using FP-Tree
8
作者 李天瑞 《Journal of Modern Transportation》 2001年第1期67-74,共8页
The problem of association rule mining has gained considerable prominence in the data mining community for its use as an important tool of knowledge discovery from large scale databases. And there has been a spurt of... The problem of association rule mining has gained considerable prominence in the data mining community for its use as an important tool of knowledge discovery from large scale databases. And there has been a spurt of research activities around this problem. However, traditional association rule mining may often derive many rules in which people are uninterested. This paper reports a generalization of association rule mining called φ association rule mining. It allows people to have different interests on different itemsets that arethe need of real application. Also, it can help to derive interesting rules and substantially reduce the amount of rules. An algorithm based on FP tree for mining φ frequent itemset is presented. It is shown by experiments that the proposed methodis efficient and scalable over large databases. 展开更多
关键词 data processing databaseS φ association rule mining φ frequent itemset FP tree data mining
下载PDF
基于数据挖掘的降尿酸中药复方用药规律分析
9
作者 褚梦真 林志健 +2 位作者 张冰 王雨 杨莹 《世界中医药》 CAS 北大核心 2024年第1期57-61,共5页
目的:基于数据挖掘,以临床观察及动物实验文献研究为切入点,分析降尿酸中药复方的用药特点和组方规律,为高尿酸血症和痛风的中医临床治疗提供参考和借鉴,为降尿酸新药的研发提供依据。方法:检索国家知识基础设施数据库、中国学术期刊数... 目的:基于数据挖掘,以临床观察及动物实验文献研究为切入点,分析降尿酸中药复方的用药特点和组方规律,为高尿酸血症和痛风的中医临床治疗提供参考和借鉴,为降尿酸新药的研发提供依据。方法:检索国家知识基础设施数据库、中国学术期刊数据库、中文科技期刊数据库中关于中药复方降尿酸的文献研究,构建方药数据库,运用软件统计中药频次、性味和功效,并进行关联规则分析、聚类分析。结果:共纳入57个中药复方,涉及174味中药,其中27味中药使用频次>3次。常用类型以清热药、补虚药、利水渗湿药等为主。聚类分析得到3个核心组方,以健脾祛湿、清热活血为主。关联规则分析共得到4个药对、16个三味药药组、4个四味药药组,其中苍术-黄柏支持度最高,是降尿酸的核心药对。结论:中药降尿酸用药以清热利湿、活血化瘀为主,辅以健脾祛湿、补中益气,体现“标本兼顾”的中医药治疗原则,为临床提高疗效及新药的开发提供参考依据。 展开更多
关键词 中药复方 降尿酸 抗痛风 数据挖掘 关联规则 聚类分析 用药规律 治法
下载PDF
基于潜在数据挖掘的小样本数据库对抗攻击防御算法
10
作者 曹卿 《吉首大学学报(自然科学版)》 CAS 2024年第1期30-35,共6页
为了降低小样本数据库欺骗率,提升小样本数据库的攻击防御效果,设计了一种基于潜在数据挖掘的小样本数据库对抗攻击的防御算法(潜在数据挖掘的防御算法).采用改进的Apriori算法,通过频繁属性值集的工作过程获取准确的强关联规则优势,并... 为了降低小样本数据库欺骗率,提升小样本数据库的攻击防御效果,设计了一种基于潜在数据挖掘的小样本数据库对抗攻击的防御算法(潜在数据挖掘的防御算法).采用改进的Apriori算法,通过频繁属性值集的工作过程获取准确的强关联规则优势,并从小样本数据库中挖掘潜在数据对抗攻击,同时优化候选集寻找频繁集的过程,然后利用关联分析检测对抗攻击,并通过可信度调度控制访问速率来防止产生恶意会话,实现小样本数据库对抗攻击防御.实验结果表明,潜在数据挖掘的防御算法可有效防御小样本数据库遭受的多种类型攻击,降低攻击产生的数据库欺骗率,保障小样本数据库服务器利用率的稳定性. 展开更多
关键词 数据挖掘 关联规则 强关联规则 小样本数据库 攻击检测 APRIORI算法
下载PDF
改进粒计算算法下时序数据关联规则挖掘仿真
11
作者 胡萍 廉哲 《计算机仿真》 2024年第3期448-452,共5页
挖掘数据的关联规则有利于提高数据的利用率,时序数据通常包含大量的时间序列和多个特征,在挖掘过程中受噪声的干扰,导致挖掘精度下降。为了解决这一问题,提出基于改进粒计算的时序数据关联规则挖掘模型。采用自适应噪声完备集合经验模... 挖掘数据的关联规则有利于提高数据的利用率,时序数据通常包含大量的时间序列和多个特征,在挖掘过程中受噪声的干扰,导致挖掘精度下降。为了解决这一问题,提出基于改进粒计算的时序数据关联规则挖掘模型。采用自适应噪声完备集合经验模态分解(Complete Ensemble Empirical Mode Decomposition with Adaptive Noise,CEEMDAN)方法对时序数据分解,对分解后获得的数据分量滤波,通过数据重构获得去噪后的时序数据;根据CerFac模型通过自底向上的方式对时序数据展开属性约简;采用改进粒计算的方式在属性约简后的时序数据中挖掘关联规则。实验结果表明,所提方法可有效消除时序数据中存在的噪声,高精度的实现时序数据的属性简约处理,且挖掘时间保持在1.5ms内,表明所提方法的挖掘效率高。 展开更多
关键词 粒计算 属性简约 数据去噪 关联规则挖掘
下载PDF
基于数据挖掘的网络数据库入侵检测系统 被引量:30
12
作者 王丽娜 董晓梅 +1 位作者 郭晓淳 于戈 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2003年第3期225-228,共4页
提出一种基于数据挖掘的网络数据库入侵检测模型 (NDBIDS) ·讨论了NDBIDS的结构及各部件的功能·利用关联规则Apriori算法 ,对用户正常历史数据进行挖掘 ,并对产生的规则进行归并更新 ,通过训练学习生成异常检测模型 ,并利用... 提出一种基于数据挖掘的网络数据库入侵检测模型 (NDBIDS) ·讨论了NDBIDS的结构及各部件的功能·利用关联规则Apriori算法 ,对用户正常历史数据进行挖掘 ,并对产生的规则进行归并更新 ,通过训练学习生成异常检测模型 ,并利用此模型实现基于数据挖掘的异常检测·NDBIDS可以检测伪装攻击、合法用户的攻击和攻击企图三种类型的攻击 ,通过实验给出了相应攻击的检测率、假报警率、漏报率和检测正确率·本系统的建立不依赖于经验 。 展开更多
关键词 网络数据库 数据挖掘 关联规则 入侵检测 攻击 数据库安全
下载PDF
扩展型关联规则和原关联规则及其若干性质 被引量:14
13
作者 李学明 刘勇国 +3 位作者 彭军 张伟 廖晓峰 吴中福 《计算机研究与发展》 EI CSCD 北大核心 2002年第12期1740-1750,共11页
已有的关联规则模型所反映的基本上是频繁事件中所隐藏的一种积极或肯定关系 ,而没有反应其隐含的否定关系 ,在实际应用中 ,这种否定关系与肯定关系一样也是很重要的 ,在此论述的扩展型关联规则模型就能反映上述两种关系 ,据此可以得到... 已有的关联规则模型所反映的基本上是频繁事件中所隐藏的一种积极或肯定关系 ,而没有反应其隐含的否定关系 ,在实际应用中 ,这种否定关系与肯定关系一样也是很重要的 ,在此论述的扩展型关联规则模型就能反映上述两种关系 ,据此可以得到更多的规则知识 ;此外 ,由于 Apriori关联规则生成方法产生的关联规则具有较大的冗余性 ,论述的原关联规则可以消除关联规则的这种冗余特性 ,挖掘原关联规则既能大大减少关联规则的数目 ,又能节省规则生成时间 ;把扩展型关联规则和原关联规则相结合 ,可使得对扩展关联规则的挖掘更加有效 . 展开更多
关键词 扩展型并联规则 原关联规则 性质 Aprioiri算法 数据挖掘 交易集 数据库
下载PDF
数据挖掘发展研究 被引量:25
14
作者 张伟 刘勇国 +2 位作者 彭军 廖晓峰 吴中福 《计算机科学》 CSCD 北大核心 2001年第7期79-81,94,共4页
Mining knowledge from database has been thought as a key research issue in database system. Great mterest has been paid in data mining by researchers in different fields. In this paper,data mining techniques are intro... Mining knowledge from database has been thought as a key research issue in database system. Great mterest has been paid in data mining by researchers in different fields. In this paper,data mining techniques are introduced broadly including its definition,purpose,characteristic, principal processes and classifications. As an example,the studies on the mining association rules are illustrated. At last,some data mining prototypes are provided and several research trends on the data mining are discussed. 展开更多
关键词 数据挖掘 知识发现 数据库 机器学习
下载PDF
基于预判筛选的高效关联规则挖掘算法 被引量:34
15
作者 赵学健 孙知信 袁源 《电子与信息学报》 EI CSCD 北大核心 2016年第7期1654-1659,共6页
关联规则分析作为数据挖掘的主要手段之一,在发现海量事务数据中隐含的有价值信息方面具有重要的作用。该文针对Apriori算法的固有缺陷,提出了AWP(Apriori With Prejudging)算法。该算法在Apriori算法连接、剪枝的基础上,添加了预判筛... 关联规则分析作为数据挖掘的主要手段之一,在发现海量事务数据中隐含的有价值信息方面具有重要的作用。该文针对Apriori算法的固有缺陷,提出了AWP(Apriori With Prejudging)算法。该算法在Apriori算法连接、剪枝的基础上,添加了预判筛选的步骤,使用先验概率对候选频繁k项集集合进行缩减优化,并且引入阻尼因子和补偿因子对预判筛选产生的误差进行修正,简化了挖掘频繁项集的操作过程。实验证明AWP算法能够有效减少扫描数据库的次数,降低算法的运行时间。 展开更多
关键词 数据挖掘 关联规则 事务数据库 预判筛选 APRIORI
下载PDF
数据挖掘技术在高等学校决策支持中的应用 被引量:23
16
作者 陶兰 王保迎 吕建军 《中国农业大学学报》 CAS CSCD 北大核心 2003年第2期39-41,共3页
为有效利用高等学校教学管理工作多年来积累的大量数据 ,利用数据挖掘技术 ,对北京地区高等学校1996— 2 0 0 1年毕业生数据库 (BeijingGraduationDatabase ,BGD)进行了数据挖掘研究。采用多种数据预处理方法对原始BGD数据进行了处理 ,... 为有效利用高等学校教学管理工作多年来积累的大量数据 ,利用数据挖掘技术 ,对北京地区高等学校1996— 2 0 0 1年毕业生数据库 (BeijingGraduationDatabase ,BGD)进行了数据挖掘研究。采用多种数据预处理方法对原始BGD数据进行了处理 ,提出并利用FAP方法进行了属性构造 ;对关联规划挖掘常用的Apriori算法进行了改进 ,以此为基础根据实际需要设计并实现了关联规则挖掘系统 ;利用所实现的系统对GBD数据库进行挖掘分析 ,得到了有益于高等学校教学管理决策及毕业生就业指导的挖掘结果。 展开更多
关键词 数据挖掘技术 高等学校 决策支持 应用 教学管理 属性构造 APRIORI算法 毕业生就业指导
下载PDF
挖掘多关系关联规则 被引量:38
17
作者 何军 刘红岩 杜小勇 《软件学报》 EI CSCD 北大核心 2007年第11期2752-2765,共14页
关联规则的挖掘是数据挖掘中的一项重要和基础的技术,已进行了多方面的深入研究,有着广泛的应用.传统数据挖掘算法是针对单表数据进行处理的,在应用于多关系数据挖掘时存在诸多问题.对多关系关联规则的挖掘问题进行了重新定义和总结.提... 关联规则的挖掘是数据挖掘中的一项重要和基础的技术,已进行了多方面的深入研究,有着广泛的应用.传统数据挖掘算法是针对单表数据进行处理的,在应用于多关系数据挖掘时存在诸多问题.对多关系关联规则的挖掘问题进行了重新定义和总结.提出了多关系关联规则挖掘的一个框架,并对已有算法进行了分类.然后对各类代表性算法进行了描述、分析和对比,对尚存在的问题进行了分析和总结.最后,对该领域未来的研究工作提出了建议. 展开更多
关键词 数据挖掘 关联规则 关系数据库 星型模式
下载PDF
一种基于Apriori的高效关联规则挖掘算法的研究 被引量:68
18
作者 颜雪松 蔡之华 《计算机工程与应用》 CSCD 北大核心 2002年第10期209-211,共3页
文章在关联规则挖掘算法Apriori的基础上,分析和探讨了AprioriTid算法,并给出了该算法的实现思想,同时通过实例说明了算法的执行过程。
关键词 数据挖掘 关联规则 数据库 APRIORITID算法 数据仓库
下载PDF
关联规则发现的一种改进算法 被引量:9
19
作者 张晓辉 何耀东 +1 位作者 万家华 赵宏 《东北大学学报(自然科学版)》 EI CAS CSCD 北大核心 2001年第4期401-404,共4页
在Apriori算法基础上 ,给出一个改进的关联规则发现算法·由于这个算法只需对交易数据库进行一次搜索 ,能大量减少所需的I/O次数 ,且内存开销适中 ,因此同其他关联规则发现算法相比具有快速的优点 ,适合于大型交易数据库·使用... 在Apriori算法基础上 ,给出一个改进的关联规则发现算法·由于这个算法只需对交易数据库进行一次搜索 ,能大量减少所需的I/O次数 ,且内存开销适中 ,因此同其他关联规则发现算法相比具有快速的优点 ,适合于大型交易数据库·使用合成数据作试验表明这个算法尤其对大型数据库的性能优于先前已有的一些关联规则算法· 展开更多
关键词 数据挖掘 关联规则 交易数据库 频繁项集 算法
下载PDF
基于十字链表的Apriori改进算法 被引量:25
20
作者 黄建明 赵文静 王星星 《计算机工程》 CAS CSCD 北大核心 2009年第2期37-38,41,共3页
针对Apriori算法中存在的不足,提出一种把事务数据库映射到十字链表中的改进算法。该算法可以减少连接数据库的次数及事务记录的扫描次数。Apriori算法与改进算法的性能对比分析表明,改进算法能有效提高执行效率。
关键词 数据挖掘 关联规则 事务数据库 APRIORI算法 十字链表
下载PDF
上一页 1 2 11 下一页 到第
使用帮助 返回顶部