1)FP-treeFP-树
1.Mining maximal frequent patterns based on improved FP-tree;基于改进FP-树挖掘最大频繁模式
2.Multi-word Trigger Pair Language Model Using FP-tree;利用FP-树构造多词Trigger对语言模型
3.A Large Database Mining Approach and Algorithm PCM Based on FP-tree;基于FP-树挖掘大数据库的方法及算法PCM
英文短句/例句
1.Mining Maximal Frequent Patterns in a Unidirectional FP-tree;基于单向FP-树的最大频繁项集挖掘
2.Research on Maximum Frequent Itemsets Based on Improved FP-tree基于改进FP-树的最大频繁项目集研究
3.Maximum frequent itemsets mining algorithm based on improved FP-tree基于改进FP-树的最大项目集挖掘算法
4.A Compressed FP-Tree Based on Algorithm for Mining Maximal Frequent Itemsets一种基于压缩FP-树的最大频繁项集挖掘算法
5.Research of Association Rule Mining Algorithm Based on FP Tree;基于FP树的关联规则挖掘算法研究
6.Preparation of FP-g-P(AA-co-AM) SuperabsorbentFP-g-P(AA-co-AM)高吸水树脂的制备
7.Algorithm of constructing FP-growth tree by using vertical data form用垂直数据格式构建FP增长树的算法
8.Grid Intrusion Detection Model Based on Improved FP Tree Algorithm;基于改进的FP树算法的网格入侵检测模型
9.The Research of FP-growth Algorithm Based on FP-tree Association Mining基于频繁树的关联挖掘算法FP-Growth的研究
10.Interrelation Analysis Method of Celestial Spectrum Data Based on Constrained FP Tree一种基于约束FP树的天体光谱数据相关性分析方法
11.The PC-link Communication of FP-X PLCFP-X PLC的PC-link通信
12.An improvement algorithm for FP-growth一种FP-growth的改进算法
13.Study on Association Rules Mining Algorithm Based on FP-tree;基于FP-tree的关联规则挖掘算法的研究
14.Dual Module and FP-selfinjective Dimension over Coherent Ring;凝聚环上的对偶模与FP-自内射维数
15.FP-Growth Parallel Algorithm in Cluster System集群系统中的FP-Growth并行算法
16.Algorithm for mining fuzzy association rule based on TD-FP-growth基于TD-FP-growth的模糊关联规则挖掘算法
17.Fast Data Mining Algorithm Based on FP-tree基于FP-tree的快速数据挖掘算法
18.Computer Crime Data Mining Based on FP-arrayFP-array在计算机犯罪挖掘中的应用
相关短句/例句
FP-treeFP树
1.Research on Peculiarity Association Rule Mining Algorithm Based on FP-tree;基于FP树的特异关联规则挖掘算法研究
2.Algorithm for Mining Frequent Patterns Based on Merged FP-tree;基于合并FP树的频繁模式挖掘算法
3.An Improved FP-Tree Algorithm for Mining Association Rules;一种改进的FP树关联规则挖掘算法
3)FP treeFP树
1.Grid Intrusion Detection Model Based on Improved FP Tree Algorithm;基于改进的FP树算法的网格入侵检测模型
2.A kind of single linked lists named aggregative chain is introduced to the algorithm,thus improving the architecture of FP tree.该算法引入聚合链的单链表结构,改进了FP树结构。
3.In the present paper,the interrelation analysis system of celestial body spectrum data based on constraint FP tree is designed and implemented by using the association rule based constraint FP tree as the way of analyzing celestial spectrum data.利用基于约束FP树的关联规则挖掘方法作为天体光谱数据相关性分析手段,采用VC++和Oracle9i作为开发工具,设计与实现了天体光谱数据相关性分析系统,给出了其系统的软件体系结构和模块功能,并对光谱数据预处理、背景知识表示、CFP树构造、频繁模式提取及关联规则生成等关键技术以及关键模块的实现技术,进行了详细描述。
4)compact FP-tree压缩FP-树
1.The algorithm uses a compact FP-tree based and divide-and-conquer approach.提出了跨事务关联规则挖掘ITARM,该算法采用了基于压缩FP-树的、分而治之的挖掘方法。
5)merged FP-tree合并FP树
6)conditional FP_tree条件FP树
1.Mining frequent item sets from several conditional FP_trees;FP_growth(FrequentPatern growth)方法在产生长短频繁项集时不产生候选项集,从而大大提高了挖掘的效率,但是FP_growth在挖掘频繁模式时候产生大量的条件FP树从而占用大量空间,对FP_growth进行研究并提出一种改进算法,该算法不仅利用FP_growth算法所有优点而且避免了FP_growth的缺陷。
延伸阅读
FP语言FP语言FP language 数耀尝麟黝出的。FP程序是没有变量的函数。FP表达式的计值是在函数一级的运算,它将函数型(又称组合型)施于函数以产生新的函数,FP的算子具有较强的代数性质,因此可把程序作为代数项处理。下面的即程序计算二向量的内积: L短f IP兰(/+)。(a火)OTrans其中/,。和a分别表示组合型“插人”,“复合”和“作用于所有”,它们将已知函数组合成新函数。FP的特点是: (1)引用透明,程序紧凑; (2)便于表示递归函数,因而,具有较好的表达可计算函数的能力; (3)具有潜在的并行性,便于表示并行算法; (4)具有良好的代数性质,因而,便于使用机械方法来理解和证明程序。FP有多种实现和扩充,最典型的是J.压ekus后来提出的FL语言,它是强类型语言并允许高阶函数和用户自定义类型。