Welcome![Sign In][Sign Up]
Location:
Search - id3 algorithm test

Search list

[source in ebookId3

Description: id3算法的java实现,《机器学习及java实现》一书里面的-id3 algorithm java to achieve, machine learning and java to achieve a book inside
Platform: | Size: 3072 | Author: 王新 | Hits:

[AI-NN-PRBigTree2

Description: 该代码是数据挖掘里面的决策树算法 利用ID3理论,通过对训练数据的分析判断,计算出各个数据的其它对目标属性的重要程度,即计算出每个其它数据的信息增益值来将训练数据逐步分类,最后得出目标分类,从而实现决策树的生成过程。最后即可利用此决策树来对新的数据进行测试,判断其目标属性的可能值。-The data mining code is inside the ID3 decision tree algorithm using the theory of training data by analyzing the data to calculate all the other attributes on the target level of importance, that is, every other data to calculate the information gain value to the training data Category gradually came to the conclusion that the target classification, in order to achieve the process of decision tree generation. Finally, you can use this decision tree to test the new data to determine its objectives may be the value of properties.
Platform: | Size: 289792 | Author: | Hits:

[Mathimatics-Numerical algorithmsID3_Delphi

Description: 用Delphi7实现了ID3算法,并用典型数据(天气)测试通过!-Delphi7 achieved using ID3 algorithm, and a typical data (weather) test!
Platform: | Size: 514048 | Author: one | Hits:

[Other1

Description: D3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-D3 of the source tree the most comprehensive version of the most classic. Id3 decision tree and its test data. Id3 a useful data mining algorithms, will be helpful to everyone! id3 decision tree algorithm to generate the greatest attributes of information gain as a classification attribute, to generate decision tree so as to arrive at the decision-making rules.
Platform: | Size: 39936 | Author: kintsen | Hits:

[AI-NN-PRDecisionTree

Description: 决策树ID3算法,带详细注释,可参考《数据挖掘概念与技术》里P185~P196,以MyEclipse7.0环境下开发的 测试数据在data文件下-Decision Tree ID3 Algorithm with extremely detail comments, refering to the book of Data Minning Concepts and Techniques. Do comprehend the content from Page 185 to Page 196 in this book. Developed in MyEclipse7.0 Test data lies in folder data. good luck
Platform: | Size: 80896 | Author: 黑伯爵 | Hits:

[MPIid3

Description: ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
Platform: | Size: 364544 | Author: 王杰 | Hits:

[AI-NN-PRID3java

Description: 决策树,ID3算法,供大家参考学习,相互交流,相互帮助,共同进步-Decision Tree ID3 Algorithm with extremely detail comments, refering to the book of Data Minning Concepts and Techniques. Do comprehend the content from Page 185 to Page 196 in this book. Developed in MyEclipse7.0 Test data lies in folder data. good luck
Platform: | Size: 15360 | Author: liuying | Hits:

[AI-NN-PRDecisionTree

Description: 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
Platform: | Size: 84992 | Author: 雯悦 | Hits:

[JSP/JavaRoughSet3_1

Description: java实现的以粗糙集改进的决策树经典算法ID3,并有小实例进行测试,结果正确。-Java realize decision tree classic ID3 algorithm, and a small example to test, the result is correct.
Platform: | Size: 38912 | Author: 施如 | Hits:

[AI-NN-PRid3

Description: 基于id3算法的c++程序,并有测试的数据。-Id3 algorithm c++ procedures and test data.
Platform: | Size: 3072 | Author: 耿大金 | Hits:

[AI-NN-PRjava

Description: 本人搜集并调试无错的 关于数据挖掘算法,JAVA 实现,里面包含测试数据集,apriori 算法2个,FP-TREE 一个,FP-GROWP 2个 聚类1个、CLUSTREAM 一个,C45、ID3 等,下载后在相应文件夹中有 部分测试数据集合-I collect and debug error-free data mining algorithms, JAVA realization, which contains a set of test data, apriori algorithm 2, a FP-TREE in the FP-GROWP 2 Cluster 1, CLUSTREAM one, C45, the ID3 and other download after part of the collection of test data in the appropriate folder
Platform: | Size: 2710528 | Author: zhangchangsheng | Hits:

[AI-NN-PRRandomForest

Description: ID3决策树+随机森林算法生成决策森林,采用投票机制进行决策;有训练数据aaa和测试数据bbb;非常适合机器学习的初学者-The ID3 the+ random forest algorithm to generate decision forests voting mechanism for decision-making training data the the aaa and test data bbb ideal for machine learning beginners
Platform: | Size: 200704 | Author: 可迪 | Hits:

[matlabID3-face

Description: MATLAB编写的基于决策树的ID3算法实现,模式识别,人脸识别。压缩包中包含两个源文件和测试图片,ID3源文件为主代码,fi为求熵函数。-MATLAB prepared based on the ID3 decision tree algorithm, pattern recognition, face recognition. Compressed package contains two source files and test images, ID3-based source code files, fi for the sake of entropy.
Platform: | Size: 156672 | Author: zhanghang | Hits:

[DataMiningMyId3

Description: 用c#编写的id3算法,用于数据挖掘,经过测试可以运行。-Id3 algorithm written in c#, used for data mining, through the test can be run.
Platform: | Size: 100352 | Author: 施方林 | Hits:

[matlabid3

Description: 使用matlab实现id3决策树算法,给出使用方法及举例,并附带相关测试集合。 -Using ID3 to achieve the MATLAB decision tree algorithm, given the use of methods and examples, and with the relevant test set.
Platform: | Size: 13312 | Author: zhch65 | Hits:

[Mathimatics-Numerical algorithmsDecisionTreeID3

Description: ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept of learning system (CLS), with the descending velocity of the information entropy for choosing the test attribute selection criteria, namely in each node has not yet been used to attribute with the highest information gain division as the division standard, then continues the process until the decision tree generated perfect classification of training examples.)
Platform: | Size: 2500608 | Author: 秦冰 | Hits:

CodeBus www.codebus.net