-
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
-
split_merge
该文件包含完整的区域分裂合并算法,可用与图像分割(split_merge algorithm)
- 2013-05-08 21:24:40下载
- 积分:1
-
Neural_network_theory
神经网络理论与Matlab R2007实现 源代码(The source code of neural network theory in Matlab R2007)
- 2009-12-21 18:34:56下载
- 积分:1
-
time-shift
信号的时移
y(t) = x(t - t0)
其中,t0为位移量。若t0为正数,则y(t)等于将x(t)右移t0秒之后的结果(This program is used to implement the time-shift operation )
- 2010-06-01 14:56:51下载
- 积分:1
-
simulinkexample
内容为matlabsimulink通信系统仿真配套例程,
有大量例程(this is example of communation program
for matlab simulink)
- 2013-11-15 15:52:10下载
- 积分:1
-
program-for-dt-cwt-transform
i need the matlab coding for image fusion using different types of techniques . so, i need the particular coding your file. i need different types pf transform like IHS,PCA, DCT, and brovey transform.
- 2014-10-14 15:15:59下载
- 积分:1
-
Test1
This code proved to an efficient code for image compression using wavelet transform
- 2009-09-12 23:30:30下载
- 积分:1
-
appricecn
说明: 偏微分方程方法分析看跌期权,希望对大家有帮助。
偏微分方程方法分析看跌期权,希望对大家有帮助(Monte carlo)
- 2010-04-15 20:40:23下载
- 积分:1
-
Algorithm
各种矩阵相称的算法时间比较,有MATLAB自带矩阵,分制法,循环计算,Strassen算法(Commensurate with the various matrix algorithm time, there MATLAB own matrix, a scoring system, cyclic calculation, Strassen algorithm)
- 2008-12-19 15:42:14下载
- 积分:1
-
cdfTDMA
Finite Volume Method 流体仿真代码 利用TDMA算法计算二维矩阵 从而计算出二位场内各点的性质 可以通过修改步长和网格大小实现算法研究(A computational fluid dynamics code for determine the property of a two-dimensional plate by using Finite Volume Method. Grid size and time step are free to change in this code.)
- 2012-05-23 21:20:56下载
- 积分:1