CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c4.5 algorithm matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c4.5 algorithm matlab - List
[
Other resource
]
C4.5算法
DL : 1
数据挖掘中的决策树C4.5算法的实现,用matlab实现-Data Mining Decision Tree Algorithm of C4.5, using Matlab to achieve
Update
: 2008-10-13
Size
: 2.25kb
Publisher
:
利军
[
matlab
]
C4_5
DL : 0
数据挖掘算法,分类树的C4.5算法,用于模式分类-data mining algorithms, the C4.5 classification tree algorithm for pattern classification
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sah
[
matlab
]
C4.5算法
DL : 1
数据挖掘中的决策树C4.5算法的实现,用matlab实现-Data Mining Decision Tree Algorithm of C4.5, using Matlab to achieve
Update
: 2025-02-17
Size
: 2kb
Publisher
:
利军
[
Mathimatics-Numerical algorithms
]
DescionTree
DL : 0
决策树技术之ID3以及C4.5算法学习,很有用哦-decision tree technology and C4.5 ID3 algorithm learning useful oh
Update
: 2025-02-17
Size
: 112kb
Publisher
:
唐稍逊
[
matlab
]
ID3+C4.5
DL : 0
ID3+C4.5的源程序。用于数据挖掘决策算法的一个实例。-ID3 C4.5 of the source. Data Mining for a decision algorithm examples.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
张飞
[
matlab
]
C4_5
DL : 0
用matlab语言写的C4.5算法,用于模式分类-Matlab language used to write the C4.5 algorithm for pattern classification
Update
: 2025-02-17
Size
: 2kb
Publisher
:
罗升阳
[
JSP/Java
]
C4.5
DL : 0
C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。此外,C4.5只适合于能够驻留于内存的数据集,当训练集大得无法在内存容纳时程序无法运行。-C4.5 algorithm has the following advantages: the classification rules easier to understand, accurate and a higher rate. Its shortcomings are as follows: in the tree structure, the need for a number of data sets the order of scanning and sorting, thus leading to inefficient algorithms. In addition, C4.5 can only be applied to the presence of a data set in memory, when the training set too great to accommodate in memory when the program can not run.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
xinyuanwo
[
Mathimatics-Numerical algorithms
]
see5-public
DL : 0
C5.0 决策树源码, 此算法要优于C4.5算法-C5.0 decision tree source, this algorithm is superior to C4.5 algorithm
Update
: 2025-02-17
Size
: 80kb
Publisher
:
Jianfei Wu
[
matlab
]
C4.5-2
DL : 0
数据挖掘中的c4.5算法 给予决策树-Data Mining in the given decision tree algorithm c4.5
Update
: 2025-02-17
Size
: 3kb
Publisher
:
gezn
[
Books
]
PR
DL : 0
模式识别工具箱函数,包含多种模式识别方法如KNN,PCA,SVM,C4.5,EM算法-Pattern recognition toolbox functions, including a variety of pattern recognition methods such as KNN, PCA, SVM, C4.5, EM algorithm, etc.
Update
: 2025-02-17
Size
: 354kb
Publisher
:
Arthur
[
matlab
]
c4-5
DL : 0
c4.5 algorithm in matlab
Update
: 2025-02-17
Size
: 2kb
Publisher
:
panshopr
[
matlab
]
matlab
DL : 0
决策树C4.5和CART算法的m源码 -CART decision tree algorithm C4.5 and the source m
Update
: 2025-02-17
Size
: 4kb
Publisher
:
王麦
[
matlab
]
C4_5.m
DL : 0
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 algorithm considers all the possible tests that can split the data set and selects a test that gives the best information gain. For each discrete attribute, one test with outcomes as many as the number of distinct values of the attribute is considered. For each continuous attribute, binary tests involving every distinct values of the attribute are considered. In order to gather the entropy gain of all these binary tests efficiently, the training data set belonging to the node in consideration is sorted for the values of the continuous attribute and the entropy gains of the binary cut based on each distinct values are calculated in one scan of the sorted data. This process is repeated for each continuous attributes.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
rajesh
[
matlab
]
matlabC4.5
DL : 0
matlab源代码 C4.5算法 经典算法 这里有具体的操作 是为.M文件 -C4.5 algorithm matlab source code there is the classical algorithm for the specific operation. M files
Update
: 2025-02-17
Size
: 5kb
Publisher
:
joyna
[
Fractal program
]
c4.5-decision-tree-matlab
DL : 0
c4.5分类器 支持向量机算法 文本分类 样本支持 核函数算法-c4.5 classifier SVM text classification algorithm sample support kernel function
Update
: 2025-02-17
Size
: 4kb
Publisher
:
fujun
[
Industry research
]
c4.5-code
DL : 0
This file contains matlab code for c4.5 decision tree code, which is used to study id3 algorithm based machine learning code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sgnaren
[
DataMining
]
C4.5
DL : 0
C4.5算法的matlab实现,里面有标准数据集作为实例进行演示-C4.5 algorithm matlab implementation, which has a standard data set as an example to demonstrate
Update
: 2025-02-17
Size
: 349kb
Publisher
:
宋林
[
Other
]
train_C4_5
DL : 0
matlab编码实现C4.5算法的分类问题,完整代码(Classification of C4.5 algorithm by coding)
Update
: 2025-02-17
Size
: 4kb
Publisher
:
竹叶飘香
[
matlab
]
决策树C4.5算法matlab源代码(完美运行)
DL : 0
可以完美的实现用于统计学习的算法C4.5分类,完整的matlab程序(Classification of algorithm C4.5 for statistical learning)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
mapleZL
[
matlab
]
matlab实现的C4.5分类决策树算法
DL : 0
C4.5决策树分类算法,用于进行数据分类(Classification algorithm)
Update
: 2025-02-17
Size
: 13kb
Publisher
:
圆圆yy
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.