搜索资源列表
ID3
- 用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类
C4_5
- Quinlan s C4.5 算法的实现-the implementation of C4.5
C4_5
- Quinlan s C4.5 算法的实现-the implementation of C4.5
ID3
- 用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类-Matlab language used to write the ID3 (Quinlan s ID3 classification tree algorithm) algorithm for pattern classification
ID3
- The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically leads to small
C4.5
- Quinlan s C4.5 算法的实现-the implementation of C4.5 [教學文件]-Quinlan s C4.5 algorithm-the implementation of C4.5 [Teaching documents]
C4_5.m
- his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The al
Kode-Program-Algoritma-C4.5
- C4.5 is an algorithm used to generate a decision tree. C4.5 is an extension of Quinlan s earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often refe
C4.5
- Quinlan的决策树程序C4.5(M语言编写)-the program for decision tree C4.5 purposed by Quinlan
ID3-CSharp
- This my implementation of ID3 algorithm. The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain mea
C4_5
- 该源码使用C4.5算法进行分类,该程序为matlab源码。-Classify using Quinlan s C4.5 algorithm
Id3
- ID3算法是J. Ross Quinlan在1975提出的分类预测算法,该算法的核心是“信息熵”,属于数学问题.-ID3 algorithm is a classification algorithm J. Ross Quinlan prediction made in 1975, the core of the algorithm is the information entropy , belong to mathematical
cubist-public
- Cubist algorithm implementation in C code provided by the Ross Quinlan website