搜索资源列表
ID3
- 决策树的ID3算法的源码,这个源码用C++编写!-decision tree of Id3 algorithm in c++
ID3usingC
- ID3决策树算法的C语言实现-ID3 Decision Tree Algorithm in C language implementation
ID3JueCheTree
- 人工智能ID3决策树算法的实现,使用了MFC编程,既有算法又有界面。-Artificial Intelligence ID3 decision tree algorithm, use the MFC programming, both algorithm and interface.
decision-tree
- 本程序实现了一个决策树生成程序, 决策树学习是应用最广的归纳推理算法之一。这是一种逼近离散值函数的方法,对噪声数据有很好的健壮性且能够学习析取表达式。在这种方法中学习到的函数被表示为一棵决策树。学习得到的决策树也能再被表示多个if-then规则,以提高可读性。本程序附带详细的说明文档-decision tree ID3
decision+tree
- 决策树,很经典,不是一般的经典,你看看吧-Decision tree, it is classic, not an ordinary classic, you take a look at it
DecisionTree-id3
- 商业只能中数据挖掘的决策树算法 用于数据分类-Data Mining Decision Tree Algorithm
ID3
- 决策树算法 经典的ID3算法 用于决策树规则学习等等 在规则学习以及分类中有重要的作用-classic decision tree mode for classification and rule learning
ID3
- ID3算法是数据挖掘中的决策树算法之一,它是最重要的决策树算法-ID3 algorithm is data mining is one of the decision tree algorithm, which is the most important decision tree algorithm
id3
- 实现决策树的id3算法,还有其他的算法在里面。-Id3 decision tree algorithm to achieve, there are other algorithms in it.
ID3
- ID3算法,对随机生成的15组数据进行最佳分类,得到最佳决策树-ID3 algorithm, randomly generated 15 sets of data were the best classified, best decision tree
DecisionTree-ID3
- Decision tree and ID3 algorithm
id3
- ID3决策树算法,有C语言、C++以及JAVA的3个版本的,希望对大家有用-ID3 decision tree algorithm, a C language, C++ and JAVA in three versions, we hope to be useful
ID3-cPP
- 决策树算法,ID3的C++源码,比较简单,希望对大家有用。-Decision tree algorithm, ID3 to C++ source code is relatively simple, and I hope useful.
DecisionTree
- 实现决策树ID3算法,测试成功,可以直接使用-ID3 decision tree algorithm to achieve, the test is successful, can be used directly
ID3
- 在VS2010平台上编写的ID3决策树分类算法,包含一个小的训练数据sample.text-VS2010 platform to write the ID3 decision tree classification algorithm, contains a small training data sample.text
ID3
- ID3算法,C++语言的简单实现,注释写得很清楚-ID3,decision tree
id3
- 决策树id3算法java实现,包含accesss数据-Id3 decision tree algorithm to achieve the java
ID3
- 采用Java实现的ID3决策树算法,基本实现了原理,支持分类,只支持标称型变量。-Java implementation using ID3 decision tree algorithm, the basic realization of the principle, support the classification, only support a nominal variable.
ID3-tree
- ID3决策树算法,可以使用决策树对数据集分类,并且生成最好的决策树,并且可以输出决策树。-ID3 decision tree algorithm, you can use the decision tree classification data sets, and generate the best decision tree, and the tree can be output.
ID3firstExample
- sample work with id3 decision tree