搜索资源列表
DecisionTree
- This Decision Tree is developed in java language.
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
DecisionTree
- this an weka tool source code implemented in java used for decision tr-this is an weka tool source code implemented in java used for decision tree
DecisionTree-id3
- 商业只能中数据挖掘的决策树算法 用于数据分类-Data Mining Decision Tree Algorithm
DecisionTree
- A Decision Tree program implemented in Java, which have to divide data into a Binary tree structure
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 content from Page 185 to Page 196 i
DecisionTree
- A java based open source data mining code for decision tree algorithm
DecisionTree
- decision tree calculate information gain
DecisionTree
- Decision tree algorithm for java
decisiontree
- decision tree implementation
DecisionTree
- 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
JAVA-decisiontree
- 本程序由Java编写,运行前请确认您的电脑上已安装JDK1.7或以上版本并配置好JDK的系统环境变量。请使用Eclipse集成开发导入源代码-The Algorithm of Decision Trees: ID3 and C4.5
DecisionTree
- 数据挖掘中决策树生成算法,可以通过算法生成最小决策树,java实现-Data Mining Decision Tree algorithm can be generated by the smallest decision tree algorithm, java achieve
decisiontree
- 数据挖掘中决策树的java实现,c4.5算法的java实现-Java implementation of the decision tree data mining, c4.5 algorithm to achieve the java
decisionTree
- 决策树java源代码。包含两个决策树算法的代码和一个贝叶斯算法的代码。-Tree java source code. The code consists of two decision tree algorithm and a Bayesian algorithm code.
decisionTree
- 一个决策树的java实现版本,用于实现对离散和连续问题两种问题- Java implementation of a decision tree version, for the realization of discrete and continuous problems of two kinds of problems