搜索资源列表
src
- 机器学习的决策树代码,包括剪枝和不剪枝两种情况。-files of machine learning in decision tree
78c39b4b2be8
- 决策树的java代码,有id3和c4.5的-Decision tree java code, there' s id3 and c4.5
BFTree
- 数据挖掘中经典的决策树算法java代码实现-decision tree
ID3
- 基于ID3的决策树分类算法,是数据挖掘中常用的一种算法。代码压缩包中包含所有java程序,但需要用户自己建立数据库的表。-ID3-based decision tree classification algorithm, is a commonly used data mining algorithms. Code archive contains all java program, but requires the user to create their own database table
DT
- 关于数据挖掘中的决策树ID3算法的代码。-About Data Mining ID3 decision tree algorithm code.
Weka
- 使用weka api实现决策树代码,为了做毕业设计使用的。
DecisionTree
- 机器学习算法决策树算法中ID3算法的简单实现代码-Machine learning algorithms decision tree algorithm ID3 algorithm implementation code simple
决策树(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.)
code
- 数据归一化代码,可用于.arff类型的数据进行归一化操作和对应的决策树实现代码(Data normalization code, can be used for.Arff type data normalization operation)
BreastCancer
- Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)