搜索资源列表
datamining04
- 数据挖掘软件发展分析 第一代数据挖掘软件 特点 支持一个或少数几个数据挖掘算法 挖掘向量数据(vector-valued data) 数据一般一次性调进内存进行处理 典型的系统如Salford Systems公司早期的CART系统(www.salford-systems.com) -data mining software development analysis first-generation data mining software features s
dataminning
- 数据挖掘算法概述大全,绝对经典。详细介绍了各种数据挖掘的理论知识及算法,是机器学习领域不可多得的电子教程,强烈推荐
一种中文文本聚类的研究.rar
- 这里设计了一个中文文本聚类模型CTCMCChinese'Pext Clustering Model),并针对模型中涉及到的特征表示、特征提取、特征向量调整和聚类算法等问题进行了研究。
聚类算法研究
- 聚类是数据挖掘中用来发现数据分布和隐含模式的一项重要技术。全面总结了数据挖掘中聚类算法的研究现状,分析比较了它们的性能差异和各自存在的优点及问题,并结合多媒体领域的应用需求指出了其今后的发展趋势。
apriori算法JAVA代码
- 数据挖掘算法资料-apriori算法JAVA代码
数据挖掘说明概要
- 里面包含灵数据挖掘一些典型算法的介绍和一些基础知识的普及。
apriori.rar
- 关联规则数据挖掘的apriori算法MATLAB程序。。,The apriori association rule data mining algorithm for MATLAB programs. .
云自适应粒子群算法
- 基于云模型的自适应粒子群算法,很有思想,很好!-Based on cloud model adaptive particle swarm algorithm, very ideological, very good!
jueceshu
- 基于决策树的数据挖掘算法的技术研究,请批评指正。-good
AprioriDatamining
- 数据挖掘算法在零售业的应用--毕业设计类-Data mining algorithms for applications in the retail industry
AnApproachToTheNeuralNetworkBasedDataMining
- 针对数据挖掘中的分类问题,本文提出了一种利用神经网络抽取分类规则都方法。为了易于抽取规则,采用遗传算法对神经网络的结构进行了进化。实际运行结果表明了该方法的有效性。-Classification is an inportant problem in data mining.This paper presents an approach to discover classification rules by using neural networks.Genetic algorithms is u
datamining
- 介绍了数据挖掘的各种方法(如支持向量机,神经网络,遗传算法)在地震预测中的应用-Introduced a variety of data mining methods (such as support vector machines, neural networks, genetic algorithms) in the earthquake prediction
paper
- 关于数据挖掘的分类算法,主要介绍基于不确定数据的决策树算法-With regard to the classification of data mining algorithms, mainly introduces the decision tree algorithm based on uncertain data
Apriori
- 数据挖掘算法本程序是数据挖掘中的关联规则模型中著名的Aprior算法的java实现程序-This program is data mining algorithms in data mining association rules model of the famous Aprior algorithm java implementation procedures for
Iris
- Iris数据,是用来测试数据挖掘算法的数据集-Iris data is used to test data mining algorithms for data sets
File3
- 数据挖掘,聚类,遗传算法,k-means算法,基于遗传算法的k-means聚类方法。-Data mining, clustering, genetic algorithm, k-means algorithm, based on genetic algorithm k-means clustering method.
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
DATEMINING
- 常见的数据挖掘算法源代码供大家写数据挖掘时参考使用-Thank reference common data mining algorithm source code for everyone to write data mining
数据挖掘关于Kmeans算法的研究(含数据集)
- 数据挖掘关于Kmeans算法的研究(含数据集)(Research on data mining about Kmeans algorithm (including data sets))
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.)