搜索资源列表
10-da--suanfa
- 讲述了最著名的十大数据挖掘算法,经典资料,国际权威的学术组织the IEEE International Conference on Data Mining (ICDM) 2006年12月评选出了数据挖掘领域的十大经典算法:C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART.-About the top ten most famous data mining algorithms, the
Apriori
- C++实现数据挖掘十大经典算法之一Apriori算法-Aproiri acomplish with C++
EM-algorithm-learning-tips
- 数据挖掘十大经典算法之一的EM算法的学习文档,里边有细致的介绍。-One of the top ten classical data mining algorithms EM algorithm to learn the document, inside a detailed introduction.
TenAlgorithmsinDataMining
- 数据挖掘十大经典算法the Ten Algorithms in Data Mining英文原版BOOK-the Ten Algorithms in Data Mining
Ten-classic-data-mining-algorithms
- 数据挖掘十大经典算法,便于初学者学习与计算,以便更深入地了解数据挖掘-Ten classic data mining algorithms, easy for beginners to learn and calculation, in order to better understand the data mining
APRIORI算法
- APRIORI算法是十大经典数据挖掘算法之一,核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集。(APRIORI is one of the ten classic data mining algorithms. The core idea of APRIORI is to mine frequent itemsets through two stages: candidate generation and closed down detection.)