Location:
Search - DecisionTree
Search list
Description: 用VC++写的二叉决策树执行程序。修改修改就可以用。-with VC + + to write the two forks Decision Tree implementation procedures. Amendments can be amended on.
Platform: |
Size: 73532 |
Author: 罗成 |
Hits:
Description: 机器学习的经典算法,非常利于学习机器学习这门课程。 -classical machine learning algorithm, is very conducive to learning machine learning this course.
Platform: |
Size: 7540 |
Author: 高峰 |
Hits:
Description: [综合]ID3算法源程序(C语言)
网上资源, 软件技术, 电脑与网络, 科学研究
Platform: |
Size: 5052 |
Author: Suminchen |
Hits:
Description: This Decision Tree is developed in java language.
Platform: |
Size: 20784 |
Author: Alice Alicia |
Hits:
Description: 决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.
Platform: |
Size: 203544 |
Author: luanjinlong |
Hits:
Description: ID3
Platform: |
Size: 105749 |
Author: wingW00 |
Hits:
Description: [综合]ID3算法源程序(C语言)
网上资源, 软件技术, 电脑与网络, 科学研究-[Integrated] ID3 algorithm source code (C language) online resources, software, technology, computers and networks, scientific research
Platform: |
Size: 5120 |
Author: Suminchen |
Hits:
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:
Description: 决策树的ID3算法用C++实现,还有一些文章和数据等等。-ID3 decision tree algorithm using C++ implementation, there are some articles and data and so forth.
Platform: |
Size: 7447552 |
Author: 羽 |
Hits:
Description: decision tree
calculate information gain
Platform: |
Size: 652288 |
Author: Aakashi |
Hits:
Description: 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。
ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试
* 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil
* DecisionTree 等工具类 实体类 Person(-->person_id3) VO类 PersonVO
* 针对:一个具体的例子:根据历史数据建立一棵决策树,判定某个具有某些属性的人是否会购买电脑 进步:重构后结构清晰 分工明确 缺陷:打印信息偏少无法反映出计算过程的复杂性。不易得到跟踪消息-ID3 Decision Tree
Platform: |
Size: 13312 |
Author: 李伟 |
Hits:
Description: decision tree implementation
Platform: |
Size: 375808 |
Author: chinni |
Hits:
Description: C sharp描述的决策树代码,α-β剪枝算法等,希望能有帮助。-C sharp code described in the decision tree, α-β pruning algorithm, hoping to help.
Platform: |
Size: 27648 |
Author: EMMILY |
Hits:
Description: 实现了通用决策树算法,并很好的处理了数值属性问题,利用VC++编程实现。-Realize the general decision tree algorithm, and good handled numerical attribute problem, the programming language is VC++.
Platform: |
Size: 4264960 |
Author: 刘玉秀 |
Hits:
Description: 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
Platform: |
Size: 84992 |
Author: 雯悦 |
Hits:
Description: decision tree in matlab code
Platform: |
Size: 9216 |
Author: sadegh |
Hits:
Description: 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){
string filename = "source.txt"
DecisionTree dt
int attr_node = 0
TreeNode* treeHead = nullptr
set<int> readLineNum
vector<int> readClumNum
int deep = 0
if (dt.pretreatment(filename, readLineNum, readClumNum) == 0)
{
dt.CreatTree(treeHead, dt.getStatTree(), dt.getInfos(), readLineNum, readClumNum, deep)
}
Platform: |
Size: 4885504 |
Author: 王生 |
Hits:
Description: 决策树算法实现,C4.5,挺好的实现了,大家可以下载来-Cnt main(int argc, char* argv[]){
string filename = "source.txt"
DecisionTree dt
int attr_node = 0
TreeNode* treeHead = nullptr
set<int> readLineNum
vector<int> readClumNum
int deep = 0
if (dt.pretreatment(filename, readLineNum, readClumNum) == 0)
{
dt.CreatTree(treeHead, dt.getStatTree(), dt.getInfos(), readLineNum, readClumNum, deep)
}
Platform: |
Size: 4885504 |
Author: 王生 |
Hits:
Description: 机器学习——决策树文本分类 基于vs2012编写,内有训练文本集。-machine-learning text classfication by decisiontree,program in the visualstudio2012.include a set of text to train.
Platform: |
Size: 9420800 |
Author: |
Hits:
Description: matlab代码实现决策树,是学习数据挖掘的基本分类器的入门代码-DecisionTree classifier about data mining coded by matlab
Platform: |
Size: 4096 |
Author: JOSEPH |
Hits: