搜索资源列表
dssTree
- ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。
ID3_java.rar
- 基于决策树的数据挖掘算法,是很不错的Java版的ID3算法,大家可以看看。, The ID3 decision tree algorithm for Data Mining .
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
libsvm-2.88-string
- SVM一个分类组件,用于分类的算法,和决策树等算法都是用于机器学习的算法-SVM
weka_code_analysis--ID3
- 适用于正在进行机器学习研究的用户,了解归纳算法的内部运作,了解如何充分利用Weka的类的层级结构,从而满足用户的需要。weka.classifiers.trees.Id3作为一个例子讨论,该方案实现了第4.3节中的ID3决策树学习器-Weka code analysis
BFTree
- 数据挖掘中经典的决策树算法java代码实现-decision tree
Scart
- 单机化数据挖掘分类算法,CART决策树算法-CART Classification algorithm
Id3
- web数据挖掘技术的决策树算法ID3的Java源代码。-web data mining technology ID3 decision tree algorithm Java source code. . . . . . .
Trees-J48-Java-Code
- 决策树算法J48的Java源程序,十大经典算法之一。eclipse环境下导入算法可进行数据分类。-J48 decision tree algorithm of Java source code, one of the top ten classical algorithm. eclipse environment can import data classification algorithms.
DecisionTree
- 决策树算法 决策树算法 -decesio tree
IDEdejavashixian
- 可以将决策树算法中的IDE算法用JAVA语言来实现-ID3de achieve
C4.5_Source
- 使用纯JAVA语言原生开发C4.5决策树算法,没有使用工具包,并且通过界面展示了生成的决策树图像。-Using pure JAVA language Native Development C4.5 decision tree algorithm, do not use the toolkit, and by interface shows the image generated by the decision tree.
jbrt-master
- 机器学习算法中的迭代决策树算法,是一种用途非常广泛的多决策树算法,可以有效的解决问题-Machine learning algorithms in iterative decision tree algorithm, is a very versatile multi-tree algorithm can effectively solve the problem
src.tar
- c45算法java实现,机器学习决策树算法的简单实现-c45 algorithm to achieve the java machine learning decision tree algorithm simple implementation
Decision_MakingTree
- java实现决策树算法,根据输入的样本集生成相应的决策树。-This is the code about Decision_MakingTree.
C4.5
- 数据挖掘 决策树算法 C4.5 JAVA编程实现 GUI界面显示决策树的分析结果-DataMining decision tree C4.5 in java code GUI interface to show the result of decision tree
DecisionTree
- 机器学习算法决策树算法中ID3算法的简单实现代码-Machine learning algorithms decision tree algorithm ID3 algorithm implementation code simple
Decision-tree-algorithm
- 数据挖掘,机器学习经典分类算法,决策树算法ID3 C4.5 Java实现 开发环境 eclipse-Data mining, machine learning classic classification algorithm, decision tree algorithm ID3 C4.5 Java development environment eclipse
C45-3
- 实现C4.53决策树算法,实现数据的分类(Implementation of C4.53 decision tree algorithm)
BreastCancer
- Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)