搜索资源列表
92
- 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
5611969759
- 决策树分类的ID3算法[VC++],请大家多指教,-the ID3 decision tree classification algorithm [VC], please enlighten everyone, thank you
c4.5r8
- 决策树ID3算法的改进算法,可以处理数值属性,缺丢值和噪声数据.
C45_Sun
- 常用决策树算法C4.5的实现代码。利用matlab实现。
StudyOnDecisionTreeBaseOnRoughSet
- 基于粗糙集理论的决策树预修剪学习算法研究,对决策树算法加以了改进.
r8
- 这是一个有关决策树分类器中C4.5算法的原程序-This is a decision tree classifiers on which the original algorithm C4.5 procedures
decisiontree
- 这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro
c4.5matlab
- c4.5 关于决策树decision tree的matlab实现程序 -c4.5 decision tree decision tree on the realization of the matlab program
ID3
- 此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest-This code is a decision tree data mining of various algorithms. Getting Started as a prompt-this code is a decision tree data mining algorithms. As
ID3
- 机器学习:ID3算法建立决策树,输入训练样本,以广义表的形式输出-Machine Learning: ID3 decision tree algorithm, input the training samples, the generalized form of the output table
aa
- 一个关于决策树算法的综述文章,希望对大家有用。-A review of the decision tree algorithm article, we want to be useful.
Application_of_Decision_Trees_on_uncertain_data.ra
- 决策树分类算法在不确定型数据方面的应用,首先进行学习,然后进行分类-Application of Decision Trees on uncertain data
id
- 决策树Id3算法,基于决策树的分类算法,包含注释-fbjdhuieher
DTree-C4.5
- ID3 决策树的实现 数据挖掘 Dtree4.5-ID3 decision tree data mining Dtree4.5
decision-tree
- 决策树算法是利用最广泛的 数据挖掘算法之一-The decision tree algorithm is the most widely used data mining algorithms, one of...
DecisionTree
- 一个实现决策树的小算法,是实现的源代码- a decision tree
Java_DataMing
- 应用递归思想,完成深度优先的递归,当完成递归后,生成决策树。最后根据决策树,作出决策-Application of recursive thinking, complete depth-first recursive, generated after the completion of recursive decision tree. Finally, decision trees, decision-making
classifier
- 该源码实现了决策树C4.5算法,用于分类预测-This source realized the decision tree C4.5 algorithm used for classification prediction
ID3
- 这是关于决策树ID3的代码,是我在新浪微博上找到的,我已经编译通过了,代码很有扩展价值!-This is a decision tree ID3 code I found on Sina microblogging, I have been compiled by the a code useful extension value!
决策树java代码1
- 决策树可对数据进行分类,选出最大增益属性。(Decision tree can be classified data, select the maximum gain attribute.)