搜索资源列表
binary DecisionTree
- 用VC++写的二叉决策树执行程序。修改修改就可以用。-with VC + + to write the two forks Decision Tree implementation procedures. Amendments can be amended on.
DecisionTree
- 机器学习的经典算法,非常利于学习机器学习这门课程。 -classical machine learning algorithm, is very conducive to learning machine learning this course.
DecisionTree(ID3)
- [综合]ID3算法源程序(C语言) 网上资源, 软件技术, 电脑与网络, 科学研究
DecisionTree
- This Decision Tree is developed in java language.
DecisionTree
- 决策树分类,Your task for this project is to develop an system which performs a classification task with any various Decision Tree.
DecisionTree算法演示
- ID3
DecisionTree(ID3)
- [综合]ID3算法源程序(C语言) 网上资源, 软件技术, 电脑与网络, 科学研究-[Integrated] ID3 algorithm source code (C language) online resources, software, technology, computers and networks, scientific research
DecisionTree
- 决策树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 conte
decisiontree
- 决策树的ID3算法用C++实现,还有一些文章和数据等等。-ID3 decision tree algorithm using C++ implementation, there are some articles and data and so forth.
DecisionTree
- decision tree calculate information gain
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * D
decisiontree
- decision tree implementation
DecisionTree-in-cSharp
- C sharp描述的决策树代码,α-β剪枝算法等,希望能有帮助。-C sharp code described in the decision tree, α-β pruning algorithm, hoping to help.
DecisionTree
- 实现了通用决策树算法,并很好的处理了数值属性问题,利用VC++编程实现。-Realize the general decision tree algorithm, and good handled numerical attribute problem, the programming language is VC++.
DecisionTree
- 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
DecisionTree
- decision tree in matlab code
DecisionTree
- 决策树算法实现,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
DecisionTree
- 决策树算法实现,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
decisiontree-text-classfication
- 机器学习——决策树文本分类 基于vs2012编写,内有训练文本集。-machine-learning text classfication by decisiontree,program in the visualstudio2012.include a set of text to train.
DecisionTree
- matlab代码实现决策树,是学习数据挖掘的基本分类器的入门代码-DecisionTree classifier about data mining coded by matlab