搜索资源列表
567
- 决策树的ID3用JAVA实现-Realizing of ID3 Decision Tree using JAVA
dssTree
- ID3决策树算法的JAVA实现:ID3算法是机器学习中的一种分类方法,本例子用java构建多叉树来实现id3算法。
ID3_java.rar
- 基于决策树的数据挖掘算法,是很不错的Java版的ID3算法,大家可以看看。, The ID3 decision tree algorithm for Data Mining .
C4.5
- 决策树 C4.5 分类器, 用java语言写的.大家一起参考一下. -C4.5 decision tree classifier, using the java language. U.S. with reference.
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
libsvm-2.88-string
- SVM一个分类组件,用于分类的算法,和决策树等算法都是用于机器学习的算法-SVM
javaDecisionTreeApplet
- 用java 语言编写的人工智能中的决策树演示-Using java language of artificial intelligence in the decision tree presentation
78c39b4b2be8
- 决策树的java代码,有id3和c4.5的-Decision tree java code, there' s id3 and c4.5
wekajava
- 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regr
RoughSet3_1
- java实现的以粗糙集改进的决策树经典算法ID3,并有小实例进行测试,结果正确。-Java realize decision tree classic ID3 algorithm, and a small example to test, the result is correct.
for-java
- 是决策树的数据训练源码,但是决策树部分没有全部实现-The data source is a decision tree training, but some did not achieve full tree
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.
Tree-ID3-Java-Code
- 决策树之经典算法ID3的Java源代码,eclipse环境下进行数据分类必备算法之一。-Classic decision tree algorithm ID3 Java source code, one classification algorithms necessary data for the next eclipse environment.
C45Test
- 决策树java实现,包括工程,以及源代码,直接打开就可以使用。-decision tree
ID3-java
- 这是模式识别中的决策树那一章中的ID3算法,包含很多文件-This is a pattern recognition decision tree ID3 algorithm of the chapter, contains many files
决策树(java)variance 回归
- mllib调用决策树的java代码,希望对大家有帮助(Mllib calls the Java code of the decision tree)
决策树C4.5
- 利用决策树训练训练器 分辨 有毒蘑菇和无毒蘑菇 java书写,包含训练集及说明 代码无bug(Using decision tree training trainer to distinguish poisonous mushroom and non-toxic mushroom Java writing, including training set and explanation code.)
C45-3
- 实现C4.53决策树算法,实现数据的分类(Implementation of C4.53 decision tree algorithm)
rseslib-3.0.4-src
- 包含很多知名算法实现,支持向量机,决策树,粗糙集,贝叶斯分类器等,适合学术研究,短评论意见挖掘,文本分类等(It includes many well-known algorithm implementation, support vector machine, decision tree, rough set, Bias classifier, etc., which is suitable for academic research, short comment mining, text c
BreastCancer
- Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)