-
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
-
importPresentationLog.m
Imports log files from the Psychology software "Presentation" into Matlab.
- 2013-03-14 00:48:00下载
- 积分:1
-
icpdaima-matlab
很好的代码,很好很强大,大家用来,试试看,谢谢(a good program)
- 2013-05-24 10:52:15下载
- 积分:1
-
LLL
LLL格点减少算法的MATLAB实现,程序简单易懂(LLL lattice reduction algorithm of the MATLAB implementation, the program is straightforward)
- 2021-03-21 16:29:17下载
- 积分:1
-
dynamic
本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。(The code for the dynamic programming algorithm.)
- 2009-06-08 20:35:28下载
- 积分:1
-
vchengxu
本人找到的用来处理matlab数据的一个小程序,希望有用(I find the data used to handle Matlab a small procedures in the hope that useful)
- 2007-06-17 08:43:58下载
- 积分:1
-
_FuzzyPID
模糊控制器,能够实现模糊控制,自适应迷糊控制(Fuzzy Control)
- 2011-10-24 15:36:37下载
- 积分:1
-
F2P_V0.8
说明: 采用FDTD计算2维光子晶体的散射和透射的可执行程序小软件(Calculated using FDTD 2-D photonic crystal scattering and transmission of the executable program small software)
- 2010-04-18 16:24:06下载
- 积分:1
-
nlms
使用MATLAB编写的一种简单的自适应滤波程序(Using a simple adaptive filtering program written in MATLAB)
- 2012-07-04 10:43:56下载
- 积分:1
-
matlaSvm
The package includes the source code of the library in C++ and Java, and a simple program for scaling training data.
- 2013-01-31 18:04:36下载
- 积分:1