搜索资源列表
搜索
- 一个java的数据挖掘程序,实现关键字的搜索分类-a data mining program, realized the keyword search Categories
CitationKNN
- 用于快速分类,图像,人脸识别,等,在机器学习,人工只能,数据挖掘领域有较多的使用。-for rapid classification of images, face recognition, etc., in machine learning, artificial only. Data mining areas with more use.
classifiers
- 数据挖掘classifiers算法,用JAVA实现的分类算法。
数据挖掘分类算法:J48源代码
- 数据挖掘分类算法:J48源代码,采用JAVA语言编程实现-Data mining classification algorithms: J48 source code, the use of JAVA programming language
Solution
- 数据挖掘,分类算法,贝叶斯算法,Java实现-Data mining, classification algorithms, Bayesian algorithms, Java implementation
weka-src
- Java 编写的多种数据挖掘算法 包括聚类、分类、预处理等-Java to prepare a variety of data mining algorithms, including clustering, classification, preprocessing, etc.
Id3
- 数据挖掘分类算法:ID3采用JAVA语言编程实现-Data Mining Classification Algorithm: ID3 using JAVA programming language
weka
- 经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
weka-src
- 开发环境:eclipse WEKA是一个数据挖掘工作平台,集合了大量能承担数据挖掘任务的机器学习算法,包括对数据进行预处理,分类,回归、聚类、关联规则以及在新的交互式界面上的可视化。 -Development environment: eclipse WEKA is a data mining work platform, a collection of a lot to take on the task of data mining machine learning algorithms,
id3
- 这是一个数据挖掘的分类算法的源码,分类算法ID3的源码及实现-This is a classification algorithm ID3 source code
ID3Java
- 数据挖掘分类算法中经典的ID3算法,用java 语言写的-Data mining classification algorithm in the classical ID3 algorithm, written in java language
Scart
- 单机化数据挖掘分类算法,CART决策树算法-CART Classification algorithm
ByesJava
- 贝叶斯算法的java实现,注释详细,调理清晰,是学习研究数据挖掘分类算法的好依据.-Bayesian algorithm java implementation, comments, detailed, clear conditioning, is to learn to research a good basis for data mining classification algorithms.
ARFFInputformat
- hadoop下自定义的读文件格式类,对于数据挖掘分类算法的训练测试文本的特殊格式有很大帮助.-hadoop read the file format class custom of great help for training in the special format of the test text data mining classification algorithms.
bayes
- 这是一个贝叶斯分类算法的程序,可以实现数据挖掘中一般的分类功能-This is a Bayesian classification algorithm program, you can achieve the function of the general classification in data mining ...
DataMine_ID3_Rule_chenwen
- 功能强大的 数据挖掘分类算法ID3决策树实现,及用Drools规则引擎计算规则命中率-the athornirge for the data mine ID3 distuction tree and rule engine
system
- Java技术调用Weka中新开发的算法设计实现了一个基于上述特征选择和规则提取的在线数据挖掘分类系统,可实现数据的自动分类、数据规则提取以及数据预测等功能,满足用户通过Web实现在线规则提取、数据类别预测等数据挖掘需求。-depending on weka ,attribute selection classification
javaKNN
- java KNN 算法源码: 邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法可以说是整个数据挖掘分类技术中最简单的方法了。所谓K最近邻,就是k个最近的邻居的意思,说的是每个样本都可以用她最接近的k个邻居来代表。 kNN算法的核心思想是如果一个样本在特征空间中的k个最相似的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策
knn
- 运用java 语言简单实现knn算法,邻近算法,或者说K最近邻(kNN,k-NearestNeighbor)分类算法是数据挖掘分类技术中最简单的方法之一(Using java language simple implementation of KNN algorithm, neighbor algorithm, or K nearest neighbor (kNN, k-NearestNeighbor) classification algorithm is one of the simples
分类算法——神经网络算法BPN实践
- 神经网络BPN算法这是一种经典的分类算法,使用该方法进行数据挖掘的结果更好(Neural network BPN algorithm, which is a classic classification algorithm, using this method for data mining results better)