-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1
-
localequalizedpixelshift
This code applies local histogram equalization on an input image with a view to improve its contrast ratio. The image is read, converted to grayscale and resized with the inbuilt function of MATLAB. The window size may be changed, however, the window shift is pixel by pixel. The output is definitely a better contrast image as compared to the input but checkerboard effect is evident.
- 2010-12-29 06:06:07下载
- 积分:1
-
MatlabCompilerGuide
说明: matlab编译知道,包括matlab的很多编译器(Matlab Compiler 4 Guide)
- 2010-03-26 10:18:37下载
- 积分:1
-
poincare
说明: 通过非线性动力学中混沌研究的poincare图可以很方便的识别出周期,拟周期或者混沌运动,该程序实现了poincare图的绘制(Through the study of nonlinear dynamics in the chaotic poincare map can easily identify periodic, quasi-periodic or chaotic motion, the program achieved poincare mapping)
- 2010-04-07 09:11:32下载
- 积分:1
-
chapter5
说明: 《MATLAB在电子信息课程中的应用》中的第五章的习题源程序( MATLAB curriculum in electronic information applications in Chapter V source Exercises)
- 2008-11-28 15:57:50下载
- 积分:1
-
oldweina
维纳滤波算法的matlab实现,matlab源程序,带注释(Wiener filtering algorithm matlab realize, matlab source)
- 2013-04-25 14:07:41下载
- 积分:1
-
LuoK_D2_Mur
电磁场时域有限差分,二维Mur吸收边界条件(FDTD 2D Mur)
- 2015-03-20 10:00:15下载
- 积分:1
-
softmax_exercise
UFLDL教程softmaxt回归章节后面练习的答案,根据书上步骤在源码基础上修改而成(UFLDL tutorial exercises softmaxt return later chapters answer, according to the book steps to modify the source code is made on the basis of)
- 2015-04-13 15:28:58下载
- 积分:1
-
ICP
a general ICP laser location algrithom with the laser data attached
- 2010-12-18 10:10:27下载
- 积分:1
-
fir_lmsNETWON
LMSNewton算法,自适应,权值迭代及权值的绘图。(failed to translate)
- 2013-05-02 18:50:27下载
- 积分:1