-
ID3
实现ID3算法,在结果中以树表示出来。决策树是对数据进行分类,以此达到预测的目的。该决策树方法先根据训练集数据形成决策树,如果该树不能对所有对象给出正确的分类,那么选择一些例外加入到训练集数据中,重复该过程一直到形成正确的决策集。(ID3 algorithm to achieve, in the results that come out to the tree. Decision tree is to classify the data, thus achieving the purpose of prediction. The decision tree training set of data according to the formation of the first decision tree, if the tree can not give the correct classification of all objects, then select a number of exceptions to the training set data, repeat the process until the correct decision set.)
- 2010-07-25 16:30:11下载
- 积分:1
-
matlab_new
Matlab 入门教程,不错的入门电子教程,介绍Matlab基本操作。(Matlab, a good introductory electronic directory on Matlab basic operation.)
- 2007-03-14 17:26:34下载
- 积分:1
-
outtest2
一种用matlab,在无线系统中有中继转发和时间关联性的并且有重传系统的outage的方法(One kind of use matlab, in a wireless system with relaying and time correlation and there retransmission system outage methods)
- 2013-09-12 20:59:00下载
- 积分:1
-
Analog
模拟信号的数字传输的matlab程序代码指导(Digital transmission of analog signals matlab code guide)
- 2013-09-02 20:29:10下载
- 积分:1
-
liw_pso
改进的粒子群算法,有更好的性能,提高了算法的搜索能力(Improved particle swarm optimization, better performance, improved search ability of the algorithm)
- 2014-02-12 22:02:33下载
- 积分:1
-
PRIMEmatrix
Returns matrix (n)x(n) which in which there are just prime numbers and on the other places, there are zeros.
- 2010-11-04 06:09:27下载
- 积分:1
-
source_and_receive_simulation
说明: 信号源仿真,信号成型,4QMA调制,QPSK,阵列信号接收(source simulation,Signal shaping ,4QAM,QPSK,array signal receive)
- 2010-03-25 20:43:47下载
- 积分:1
-
prim
matlab算最小生成树经典算法prim s算法。(prim s argorism)
- 2013-05-05 06:43:24下载
- 积分:1
-
多种图像边缘检测与分割处理
程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象(code P0401 Note : Prewitt operator to detect the edges in the image P0402 : different values of Getting operator to detect the edges in the image P0403 : Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to remove all current lines, retaining only chip targets)
- 2005-04-26 00:01:01下载
- 积分:1
-
histgramTest
本程序计算局部窗口的累积直方图,可用于驱动水平集和纹理分割( in this test program, we calculate the cumulative histogram in a local
window centered at each pixel,this local cumulative histogram can be
used to drive the level set for image and texture segmentation.
Author: Associate Prof. Yuanquan Wang,
Affiliation: Tianjin Key Lab of Intelligent Computing and Novel Software Technology,
School of Computer Science, Tianjin University of Technology, Tianjin 300191, China
01/20/2008
Reference:
1. Tony Chan, Selim Esedoglu, and Kangyu Ni, Histogram Based Segmentation Using Wasserstein Distances, SSVM 2007, LNCS 4485, pp. 697–708, 2007.
2. Kangyu Ni, Xavier Bresson, Tony Chan, Selim Esedog, Local Histogram based Segmentation using the Wasserstein Distance,
at: www.math.lsa.umich.edu/~esedoglu/Papers_Preprints/chan_esedoglu_ni.pdf
or at :ftp://ftp.math.ucla.edu/pub/camreport/cam08-47.pdf )
- 2009-12-15 12:25:06下载
- 积分:1