(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf_第1页
(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf_第2页
(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf_第3页
(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf_第4页
(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf_第5页
已阅读5页,还剩153页未读 继续免费阅读

(控制科学与工程专业论文)数据流频繁模式挖掘关键算法及其仿真应用研究.pdf.pdf 免费下载

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

国防科学技术大学研究生院博士学位论文 摘要 系统仿真技术综合集成了计算机技术、网络技术、图形图像处理技术、信息 处理技术、自动控制技术等多个领域的知识,是系统分析和研究的重要手段。数 据挖掘技术是获取仿真数据中隐藏知识的有力工具。随着仿真系统复杂程度的提 高和规模的增大,仿真时间越来越长、仿真所产生的数据量越来越大。这使得仿 真数据具有数据流的特征。因此有必要采用数据流挖掘技术处理仿真数据。数据 流是一种连续、高速、无限、时变的有序数据序列。数据流的特征对数据流的挖 掘提出了严峻的挑战。传统面向静态数据集的算法无法直接用于挖掘数据流,而 现有数据流挖掘算法存在时空效率不高的缺陷。因此,针对仿真中常用的数据挖 掘任务,研究时空效率高效的相应数据流挖掘算法具有重要意义。 关联规则挖掘是仿真中最常用的一类数据挖掘任务,而频繁模式挖掘是生成 关联规则的关键步骤。为此,论文研究了数据流中频繁模式挖掘的关键算法,重 点研究了数据流中最大频繁项集、频繁闭项集和t o p k 最频繁项集的挖掘算法, 以及基于频繁闭项集的数据流分类算法和基于t o p - k 频繁模式的高维数据流聚类 算法。论文最后研究了如何将数据流挖掘算法快速集成到不同的仿真系统中,着 重考虑了数据流挖掘算法资源在仿真中的重用。论文的主要研究工作及创新包括 以下六个方面: ( 1 ) 提出了一种数据流最大频繁项集挖掘算法。相对于完全频繁项集和频繁 闭项集,最大频繁项集的数目最少,挖掘最大频繁项集的算法具有较高的时空效 率。为此,论文研究了数据流中最大频繁项集的挖掘技术,旨在提供一种能够在 任意时刻都快速维护数据流滑动窗口中最大频繁项集的算法。主要研究内容包括 三个方面。首先提出了一种面向数据流的最大频繁项集剪枝技术,即子集等价剪 枝技术。接着,提出了一种最大频繁项集单遍挖掘算法f p m f i d s 。其中,f p m f i - d s 算法中应用了子集等价剪枝技术以降低算法的搜索空间大小,从而提高算法效率。 最后,基于f p m f i d s 算法,提出了一种能够在线更新挖掘数据流滑动窗口中最 大频繁项集的算法f p m f i d s + 。实验表明,对于稠密数据集子集等价剪枝技术能 够缩小约4 0 的搜索空间;f p m f i d s 算法的挖掘速度快并具有良好的可扩展性; f p m f i d s + 算法更新挖掘速度快并具有良好的稳定性。 ( 2 ) 提出了一种数据流频繁闭项集挖掘算法。频繁闭项集的数目介于完全频 繁项集和最大频繁项集之间,并保存了所有项集的支持度信息。因此挖掘数据流 中的频繁闭项集既具有较高的时空效率,又保证了信息的完全性。为此,论文提 出了一种频繁闭项集挖掘算法f p c f i d s 。该算法能够在有限的存储空间中高速挖 掘数据流滑动窗口中的频繁闭项集,并且能够在任意时刻都维护数据流当前窗口 第i 页 国防科学技术大学研究生院博士学位论文 中的频繁闭项集。实验表明,f p c f i d s 算法的时空效率显著优于同类经典算法 m o m e n t 。 ( 3 ) 提出了一种数据流t o p k 最频繁项集挖掘算法。t o p - k 最频繁项集挖掘 的优点是不需要用户指定最小支持度阈值,仅指定需要寻找的项集数目k 。已有 t o p - k 最频繁项集挖掘算法存在初始项目数目过多、初始边界支持度过高的问题。 为此,论文首先提出了一种基于混合搜索方式的高效t o p k 最频繁项集挖掘算法 m t k f p 。该算法综合利用宽度优先搜索和深度优先搜索挖掘t o p k 最频繁项集。 然后基于m t k f p 算法,提出了一种基于c h e m o f f 不等式的数据流t o p k 最频繁 项集挖掘算法m t k f p d s 。实验表明,m t k f p 算法所获得的初始项目数目至少低 于已有算法7 0 ,初始边界支持度高于已有算法,从而m t k f p 算法的性能优于已 有最好算法1 倍以上;m t k f p d s 算法适合于对数据流数据的挖掘。 ( 4 ) 提出了一种基于频繁闭项集的数据流分类算法。相对于某些传统分类算 法,基于关联规则的分类具有更高的精度。此类算法通常采用频繁项集作为生成 类关联规则的依据。但挖掘频繁项集易遭受组合爆炸问题,从而影响算法效率; 另外,数据流的出现也对分类算法提出了新的挑战。为此,论文提出了一种高效 的基于频繁闭项集的数据流分类算法c b c d s 。在该算法中,设计了高效的频繁闭 项集单遍挖掘算法和有效的分类器构建方法。实验表明,c b c d s 算法的平均分类 精度比经典算法c m a r 高1 0 9 左右,分类速度快于c m a r 算法。 ( 5 ) 提出了基于t o p - k 频繁模式的高维数据流聚类算法。高维数据聚类是聚 类问题中的研究难点。基于密度和基于网格的综合方法能够较好地解决该问题, 该方法的关键在于发现高密单元格。传统方法采用挖掘频繁项集的方式发现高密 单元格,该方式的不足是需要用户指定最小密度阈值,而且不利于发掘稀疏子空 间中的高密单元格。为此,论文分别提出了基于t o p - k 最频繁项集、基于n m o s t i n t e r e s t i n g 项集和基于t o p k 项目的高维数据流聚类算法。这些算法不需要用户指 定最小密度阈值。第二种算法有利于特定维的子空间分组的高密单元格发掘,第 三种算法有利于特定子空间的高密单元格的发掘,从而解决稀疏子空间中高密单 元格的发掘。实验表明,所提出的算法适用于对高维数据流的聚类。 ( 6 ) 研究了数据流挖掘技术在仿真中的应用。论文提出了基于数据流挖掘技 术的仿真应用框架。并且为了能够将数据流挖掘算法快速集成到基于h l a 体系结 构的仿真系统中,采用模块化开发思想设计了通用性强的数据流挖掘构件和通用 数据流挖掘成员,以提高算法资源的重用性。并以“导弹突防仿真系统 为例, 介绍了通用关联规则挖掘成员的设计思想。 主题词:仿真,数据流挖掘,关联规则,频繁模式,最大频繁项集,频繁闭项 集,t o p k 最频繁项集,基于关联规则的分类,聚类高维数据流 第i i 页 国防科学技术大学研究生院博士学位论文 a b s t p a c t s y s t e ms i m u l a t i o nt a k e sa d v a n t a g e so fal o to ft e c h n o l o g i e sf r o mo t h e rd o m a i n s , s u c ha sc o m p u t e rt e c h n o l o g y ,n e t w o r kt e c h n o l o g y ,g r a p h i c sa n di m a g ep r o c e s s i n g t e c h n o l o g y ,i n f o r m a t i o np r o c e s s i n gt e c h n o l o g y ,a u t o m a t i cc o n t r o lt e c h n o l o g ya n ds oo n i t i sas i g n i f i c a n ts t e pf o rs y s t e ma n a l y s i sa n dr e s e a r c h d a t am i n i n gt e c h n o l o g yi sa p o w e r f u lt o o lf o rd i s c o v e r i n gh i d d e nk n o w l e d g ef r o ms i m u l a t i o nd a t a w i t ht h e i n c r e a s i n go fc o m p l e x i t ya n ds c a l ei ns i m u l a t i o ns y s t e m ,s i m u l a t i o nt i m eb e c o m e sm u c h l o n g e ra n ds i m u l a t i o nd a t aa m o u n tb e c o m e sm u c hl a r g e r , w h i c hs u g g e s t ss i m u l a t i o n d a t ae x h i b i t st h ec h a r a c t e r i s t i c so fd a t as t r e a n m s oi ti sn e c e s s a r yt op r o c e s ss i m u l a t i o n d a t aw i t hd a t as t r e m nm i n i n gt e c h n o l o g y ad a t as t r e a mi sa no r d e r e ds e q u e n c eo fd a t a i t e m sw i t ht h ec h a r a c t e r i s t i c so fc o n t i n u i t y ,m g hd a t ar a t e s ,i n f i n i t y ,a n dt h ed i s t r i b u t i o n o fd a t ai t e m sc h a n g i n g 、析t l lt i m e t h o s ef a c t sb r i n gt r e m o n d o u s c h a l l e n g e s t o d a t a - s t r e a mm i n i n g t r a d i t i o n a ld a t am i n i n ga l g o r i t h m sa i m i n ga ts t a t i cd a t a s e t sc a n tb e u s e dt om i l l ed a t as t r e a m sd i r e c t l y ,n e i t h e rd ot h e yh a v et h et i m ea n ds p a c e e f f i c i e n c y t h u s ,i ti si m p o r t a n tt or e s e a r c hd a t as t r e a mm i n i n ga l g o r i t h m sh a v i n gh i g h e rt i m ea n d s p a c ee f f i c i e n c y ,a n dt oa i ma tr e s o l v i n gd a t am i l l i n gt a s k so f t e nu s e di ns y s t e m s i m u l a t i o n i na l ld a t am i n i n gt a s k s ,a s s o c i a t i o nr u l em i n i n gi st h eo n em o s t l yu s e di n s i m u l a t i o n m i n i n gf r e q u e n tp a t t e r n si st h ek e ys t e pt og e n e r a t ea s s o c i a t i o nr u l e s s o ,t h e r e s e a r c hf o c u s e so nt h ek e ya l g o r i t h m sf o rm i n i n gf r e q u e n tp a r e r n si nd a t as 恤, a n l 5 p a r t i c u l a r l y ,t h i n ei m p o r t a n ta s p e c t sa r er e s e a r c h e da n di m p l e m e n t e d , i n c l u d i n gt h e a l g o r i t h m sf o rm i n i n gm a x i m a lf r e q u e n ti t e m s e t s ,c l o s e df r e q u e n ti t e m s e t s ,t o p - k m o s t - f r e q u e n ti t e m s e t si nd a t as t r e a m , ac l a s s i f i c a t i o na l g o r i t h mb a s e do nc l o s e d f r e q u e n ti t e m s e t sf o rd a t as t r e a ma n dac l u s t e r i n ga l g o r i t h mb a s e do nt o p kf r e q u e n t p a t t e r n sf o rh i 。g hd i m e n s i o n a ld a t as t r e a m l a s t l y ,t h i sp a p e ra l s od i s c u s s e sh o wt o q u i c k l yi n t e g r a t et h ed a t as t r e a mm i n i n ga l g o r i t h m si n t ov a r i o u ss i m u l a t i o ns y s t e m s , w i t ht h ee m p h a s i z i n go nt h er e u s a b i l i t yo ft h ed a t as t r e a mm i n i n ga l g o r i t h m si n s i m u l a t i o ns y s t e m s n 坞m a i ni n n o v a t i v ea c h i e v e m e n t so ft h i sr e s e a r c hc a nb e s u m m a r i z e da sf o l l o w s : ( i ) a na l g o r i t h mf o rm i n i n gm a x i m a lf r e q u e n ti t e m s e t si nd a t as t r e a mi sp r o p o s e d n l en u m b e ro fm a x i m a lf r e q u e n ti t e m s e t si sm u c hl e s st h a nt h a to ff r e q u e n ti t e m s e t so r c l o s e df r e q u e n ti t e m s e t s s o ,m i n i n gm a x i m a lf r e q u e n ti t e m s e t sc a ng e th i g h e rt i m ea n d s p a c ee f f i c i e n c y t h u s ,t h i sp a p e rr e s e a r c h e so nt h et e c h n o l o g yo fm i n i n gm a x i m a l f r e q u e n ti t e m s e t si nd a t as t r e a m ,a i m i n ga tp r e s e n t i n ga l la l g o r i t h mt h a tc a nm a i n t a i n m a x i m a lf i e q u e n ti t e m s e t si nt h ec u r r e n ts l i d i n gw i n d o wo v e rd a t as t r e a m sa ta n yt i m e n l ec o n t r i b u t i o n so ft h er e s e a r c hl i ei nt h ef o l l o w i n gt h r e ea s p e c t s f i r s t , t h ep a p e r p r e s e n t san o v e lp r u n i n gt e c h n i q u ef o rm i n i n gm a x i m a lf r e q u e n ti t e m s e t si nd a t as t e a m , 第i i i 页 国防科学技术大学研究生院博士学位论文 n a m e l ys u b s e te q u i v a l e n c ep r u n i n g s e c o n d , t h ep a p e rp r o p o s e sa l lo n e - p a s sa l g o r i t h m f o rm i n i n gm a x i m a lf r e q u e n ti t e m s e t s ,c a l l e df p m f i d s ,i nw h i c hs u b s e te q u i v a l e n c e p r u n i n gi su s e dt or e d u c et h es i z eo fs e a r c h i n gs p a c e ,t h e r e b yt oi m p r o v et h ee f f i c i e n c y o ft h ea l g o r i t h m l a s t l y ,b a s e do nf p l 以f i d sa l g o r i t h m , f p m f i - d s + a l g o r i t h mi s p r o p o s e dw h i c hc a nm i n em a x i m a lf r e q u e n ti t e m s e t si ns l i d i n gw i n d o wo v e rd a t a s t r e a m si no n l i n eu p d a t i n gf a s h i o n e x p e r i m e n t ss h o wt h a tf o rs o m ed e n s ed a t a s e t s ,t h e s i z eo fs e a r c h i n gs p a c ec a nb er e d u c e db ya b o u t4 0p e r c e n tb ys u b s e te q u i v a l e n c e p r u n i n g ,f p m f i - d sa c h i e v e sh i g hp e r f o r m a n c ea n dg o o ds e a l a b i l i t y ,a n df p m f i - d s + h a sh i g hu p d a t i n g - m i n i n gs p e e da n dg o o ds t a b i l i t y ( i i ) a na l g o r i t h mf o rm i n i n gc l o s e df r e q u e n ti t e m s e t si nd a t as t r e a mi sp r o p o s e d m n u m b e ro fc l o s e df r e q u e n ti t e m s e t si sl e s st h a nt h a to ff r e q u e n ti t e m s e t s ,b u ti sm o r e t h a nt h a to fm a x i m a lf r e q u e n ti t e r n s e t s c l o s e df r e q u e n ti t e m s e t sa l s oc o n t a i nt h e s u p p o r to fa l lf r e q u e n ti t e m s e t s s o ,m i n i n gc l o s e df r e q u e n ti t e m s e t si nd a t as t r e a mi s e f f i c i e n tw h i c he n s u r e st h ep e r f e c t i b i l i t yo fi n f o r m a t i o n n 圮p a p e rp r e s e n t sa n a l g o r i t h mf o rm i n i n gc l o s e df r e q u e n ti t e m s e t s ,c a l l e df p m f i - d s ,w h i c hc a ne f f i c i e n t l y m i n ec l o s e df r e q u e n ti t e m s e t so v e ras t r e a ms l i d i n gw i n d o w 诵t l ll i m i t e dm e m o r ys p a c e , a n dm a i n t a i ne x a c tc l o s e df r e q u e n ti t e r n s e t si nc u r r e n tw i n d o wa ta n yt i m e 1 1 舱 e x p e r i m e n t a lr e s u l t ss h o wt h a tt h ea l g o r i t h mf p c f i - d se x h i b i t sm o r et r e m e n d o u s p o t e n t i a lt h a nt h a to ft h es t a t e - o f - t h e - a na l g o r i t h mm o m e n ti nt e r m so ft i m ea n ds p a c e e f f i c i e n c y ( i i i ) a na l g o r i t h mf o rm i n i n gt o p - km o s t - f r e q u e n ti t e m s e t si nd a t as t r e a mi s p r o p o s e d o n eo ft h ea d v a n t a g e so fm i n i n gt o p - km o s t - f r e q u e n ti t e m s e t si st h a tu s e r s d o n tn e e dt os p e c i f yam i n i n l u ns u p p o r t , i n s t e a do fs p e c i f y i n ga l li n t e g e r ,毛w h i c hi s t h en u m b e ro fi t e m s e t s r e q u i r e d 1 1 1 ee x i s t i n ga l g o r i t h m s f o r m i n i n gt o p - k m o s t - f r e q u e n ti t e r n s e t sh a v et h ep r o b l e m so fm a s s i v ei n i t i a li t e m sa n dh i g h e ri n i t i a l b o r d e r s u p p o r t t o s o l v et h e s e p r o b l e m s ,t h ep a p e rp r e s e n t s a ne f f i c i e n t m i x e d - s e a r c h i n g - b a s e da l g o r i t h mf o rm i n i n gt o p - km o s t - f r e q u e n ti t e m s e t s ,m t k f p t h em t k f pa l g o r i t h ma d o p t sb o t l lb r e a d t h f i r s ts e a r c h i n ga n dd e p t h - f i r s ts e a r c h i n gt o m i n et o p km o s t - f r e q u e n ti t e m s e t s m o r e o v e r , b a s e do nm t k f p a l g o r i t h m ,t h ep a p e r p r e s e n t sac h e m o f f - b a s e da l g o r i t h mf o rm i n i n gt o p - km o s t - - f r e q u e n ti t e m s e t si nd a t a s t r e a m ,m t k f p - d s t h ee x p e r i m e n t a lr e s u l t ss h o wt h a tt h en u m b e ro fi n i t i a li t e m so f m t 1 p a l g o r i t h mi s7 0p e r c e n tl o w e r t h a nt h a to ft h ee x i s t i n ga l g o r i t h m s ,b u tt h ei n i t i a l b o r d e rs u p p o r to fm t k f pa l g o r i t h mi sh i g h e rt h a nt h a to ft h ee x i s t i n ga l g o r i t h m s , c o n s e q u e n t l yt h ep e r f o r m a n c eo fm t k f pa l g o r i t h mi ss u p e r i o rt o t h a to ft h eb e s t e x i s t i n ga l g o r i t h mb yo v e ro n et i m e ;r e s u l t sa l s os h o wt h a tm 1 1 ( f p d sa l g o r i t h mi s s u i t a b l ef o rm i n i n gd a t as t r e a m s ( i v ) ac l o s e d - f r e q u e n t - i t e m s e t sb a s e dc l a s s i f i c a t i o na l g o r i t h mf o rc l a s s i f y i n gd a t a s t r e a mi s p r o p o s e d i nc o n t r a s tt o s o m et r a d i t i o n a lc l a s s i f i c a t i o na l g o r i t h m s ,t h e a l g o r i t h m sb a s e do na s s o c i a t i o nr u l e sh a v eh i g h e rc l a s s i f i c a t i o np r e c i s i o n t h e s e 第i v 页 国防科学技术大学研究生院博士学位论文 a l g o r i t h m sg e n e r a l l yg e n e r a t ec l a s s i f i c a t i o na s s o c i a t i o nr u l e sb yf r e q u e n ti t e m s e t s a s m i n i n gf r e q u e n ti t e m s e t so f t e ns u f f e r sf r o mt h ep r o b l e mo fc o m b i n a t i o ne x p l o s i o n , t h e e f f i c i e n c yo fa l g o r i t h mi sl o w m o r e o v e r , t h ee m e r g e n c eo fd a t as t r e a m sh a sp o s e dn e w c h a l l e n g e st ot h o s ec l a s s i f i c a t i o na l g o r i t h m s t os o l v et h e s ep r o b l e m s ,t h ep a p e r p r o p o s e sa l le f f i c i e n tc l o s e d - f r e q u e n t - i t e m s e t sb a s e dc l a s s i f i c a t i o na l g o r i t h m ,c b c - d s , f o rc l a s s i f y i n gd a t as t r e a m i nc b c - d s ,a r le f f i c i e n to n e - p a s sa l g o r i t h mf o rm i n i n g c l o s e df r e q u e n ti t e m s e t sa n da ne f f e c t i v em e t h o df o rc o n s t r u c t i n gc l a s s i f i e ra r ed e s i g n e d 硼1 ce x p e r i m e n t a lr e s u l t ss h o wt h a tt h ea v e r a g ep r e c i s i o no fc b c - d si sa b o u t1 0 9 p e r c e n th i g h e rt h a nt h a to fc m a ra l g o r i t h m , b u tc b c - d si sm u c hf a s t e rt h a nc m a r ( v ) mt o p - k - f r e q u e n t - p a t t e r n sb a s e dc l u s t e r i n ga l g o r i t h m sf o rc l u s t e r i n gh i g h d i m e n s i o n a ld a t as t r e a ma r ep r o p o s e d c l u s t e r i n gh i g hd i m e n s i o n a ld a t ai sam o r e d i f f i c u l tp r o b l e mi nt h er e s e a r c hd o m a i no fc l u s t e r i n g 1 1 圮s y n t h e t i c a lm e t h o d 、j l ,i t l l d e n s i t y - b a s e dc l u s t e r i n ga n dg r i d - b a s e dc l u s t e r i n gc a nb eu s e dt os o l v et h ep r o b l e m e f f e c t i v e l y t r a d i t i o n a lm e t h o da d o p t st h ep r o c e d u r eo fm i n i n gf r e q u e n ti t e m s e t st o i d e n t i f yd e n s eu n i t s i th a st w od e f i c i e n c i e s f i r s t ,i tr e q u i r e su s e rt os p e c i f yam i n i m u m d e n s i t yt h r e s h o l d s e c o n d , i ti d e n t i f i e sd e n s eu n i t s 、析mt h es a m em i n i n l u n ld e n s i t y t h r e s h o l df o ra l ls u b s p a c e ,s ot h a tt h eu n i t si ns p a r s es u b s p a c ec a n tb ei d e n t i f i e da s d e n s eu n i t s t os o l v et h e s ep r o b l e m s ,t h ep a p e rp r e s e n t st h r e ec l u s t e r i n ga l g o r i t h m sf o r c l u s t e r i n gh i g hd i m e n s i o n a ld a t as t r e a m t h e s ea l g o r i t h m sb a s eo nt o p km o s t f r e q u e n t i t e m s e t s ,n - m o s ti n t e r e s t i n gi t e m s e t sa n dt o p kf r e q u e n ti t e m s ,r e s p e c t i v e l y , a n dd o n t r e q u i r eu s e rt os p e c i f yam i n i l n u n ld e n s i t yt h r e s h o l d 1 1 l es e c o n da l g o r i t h mi si nf a v o r o fi d e n t i f y i n gt h ed e n s eu n i t si ns u b s p a c eg r o u p 、析ls p e c i f i cd i m e n s i o n 田地t h i r d a l g o r i t h mi si nf a v o ro fi d e n t i f y i n gt h ed e n s eu n i t si ns p e c i f i cs u b s p a e e s o ,t h ep r o b l e m o fi d e n t i f y i n gt h ed e n s eu n i t si ns p a r s es u b s p a c ei ss o l v e d 1 1 圮e x p e r i m e n t a lr e s u l t s s h o wt h a tt h e s ea l g o r i t h m sa r es u i t a b l ef o rc l u s t e r i n gh i g hd i m e n s i o n a ld a t as t r e a m ( v i ) ma p p l i c a t i o no fd a t as t r e a mm i n i n gt e c h n o l o g yi ns i m u l a t i o ns y s t e mi s r e s e a r c h e d as i m u l a t i o n a p p l i c a t i o nf r a m e w o r kb a s e do nd a t as t r e a mm i n i n g t e c h n o l o g yi sp r o p o s e d m o r e o v e r ,t os i m p l i f yt h ep r o c e s so fi n t e g r a t i n gt h ed a t as t r e a m m i n i n ga l g o r i t h m si n t o t h e h l a - a r c h i t e c t u r e b a s e ds i m u l a t i o ns y s t e m , t h ep a p e r d e s i g n su n i v e r s a ld a t as t r e a mm i n i n gc o m p o n e n ta n dg e n e r a ld a t as t r e a mm i n i n g f e d e r a t eb a s e do nt h ei d e ao fm o d u l a r i z e dd e v e l o p m e n ts oa st oi m p r o v et h er e u s a b i l i t y o ft h e a l g o r i t h m s l a s t l y ,t h ep a p e ri n t r o d u c e st h eg e n e r a lf e d e r a t e f o rm i n i n g a s s o c i a t i o nr u l e sw i t ht h ee x a m p l eo fm i s s i l e - b r e a k t h r o u g hs i m u l a t i o ns y s t e m k e yw o r d s :s i m u l a t i o n ,d a t as t r e a mm i n i n g ,a s s o c i a t i o nr u l e 。f r e q u e n tp a t t e m 。 m a x i m a l f r e q u e n ti t e m s e t s ,c l o s e df r e q u e n t i t e m s e t s t o p k m o s t - f r e q u e n ti t e m s e t s 。c l a s s i f i c a t i o nb a s e do na s s o c i a t i o n

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论