搜索资源列表
algorithmcode
- 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
CART
- 此为机器学习算法中的决策树方法之一CART,也是决策树的基本算法-This is the machine learning algorithm, one of the decision tree method CART, is the basic decision tree algorithm
MECS
- audio and speech compression,image restoration,ezw tree using trellis codes
DecisionTree
- decision tree calculate information gain
tree
- 这是一个可以自动生成分形树图形的程序,在matlab中直接运行即可-Can be automatically generated fractal graphics
ID3-dision-tree-
- matlab 代码 机器学习算法 决策树算法id3算法 -matlab id3 算法
jurusan-decision-tree
- matlab decision tr-matlab decision tree
matlab-for-zigbee
- ZIGBEE用MATLAB实现的源代码,可用于初学者用来学习和测试-Tree-Based Data Broadcast in IEEE 802.15.4 and ZigBee Networks.this is for new learners to use.
C45_matlab
- matlab code for c 4.5 tree classification
treeview_test
- matlab树状目录简单示例小程序,生成GUI界面的树形菜单结构(Matlab tree directory simple sample applet)
K d tree in matlab
- k d clustering in matlab
C4_5
- 决策树分类算法C4.5的matlab代码实现,可返回训练集和测试集的结果,有详细注释(classification tree)
决策树
- 决策树id3算法matlab代码,已调试,根据需要改写main函数,实现数据分类功能(code for decision tree)
broadcast tree
- creation of broadcast tree wsn
id3
- 这个是ID3决策树算法的MATLAB代码,主要用于数据分类。(classification of data.)
IJ1185
- 小波包分解(wavelet packet decomposition)也可称为小波包(wavelet packet)或子带树(subband tree)及最佳子带树结构(optimal subband tree structuring)。其概念是用分析树来表示小波包,即利用多次叠代的小波转换分析输入讯号的细节部分。本案例主要用于小波包分解计算及绘图(The wavelet packet decomposition can also be called the wavelet packet or
CART
- 决策树CART算法源代码,可利用,包括make_tree和use_tree(the code of decision tree CART algorithm including make_tree and use_tree)
离散优化
- % 离散优化 % *enum - 枚举法 % *monte - 蒙特卡洛法 % *lpint (BranchBound)- 线性整数规划 % *L01p_e - 0-1整数规划枚举法 % *L01p_ie - 0-1整数规划隐枚举法 % *bnb18 - 非线性整数规划(在MATLAB5.3使用) % *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) % *mintreek - 最小生成树kruskal算法 % *minroute - 最短路dijkstr
huffman.m
- 绘制哈弗曼树,输入数组以及其权值,最后绘制的树每个节点都有其相应的数据(Draw huffman tree, input data and draw the huffman tree.)
图论算法及其MATLAB程序代码
- 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanning tree Kruskal avoidance meth