-
fisher
费希尔线性判别分析代码
Find the Fisher linear separator w (a column vector).
X is is the training set (X is a matrix. Each row of X
is a vector containing the features of a single sample). y is
a column vector with the labels of the training set (1 and -1).
alg is a number between 1 and 3 that specifies how to find w:
alg = 1: w is the generalized eigenvalue of A,B.
alg = 2: w is the solution to Bw = (mu_1-mu_2)
alg = 3: solve the corresponding regression problem( Find the Fisher linear separator w (a column vector).
X is is the training set (X is a matrix. Each row of X
is a vector containing the features of a single sample). y is
a column vector with the labels of the training set (1 and-1).
alg is a number between 1 and 3 that specifies how to find w:
alg = 1: w is the generalized eigenvalue of A,B.
alg = 2: w is the solution to Bw = (mu_1-mu_2)
alg = 3: solve the corresponding regression problem)
- 2010-05-27 23:16:12下载
- 积分:1
-
150
150个matlab样例 可以帮助快速编程(150 matlab sample)
- 2014-05-03 14:07:54下载
- 积分:1
-
Matlab
这是个Matlab的学习的好帮手,里面有许多有用的小东西,很适合初学者。(This is a good helper to learn Matlab, which has many useful little things, it is suitable for beginners.)
- 2010-08-14 12:07:22下载
- 积分:1
-
lbp
局部二值模型用于描述图像的局部纹理信息,对光照等具有鲁棒性(Local binary model used to describe the image of the local texture information, such as robust to illumination)
- 2010-08-26 23:16:33下载
- 积分:1
-
Lyapunovexponentbyslope
用斜率的方法来求时间序列的lyapunov exponent,在非线性动力学和时间序列处理中经常用到。很实用的小程序。(slope of the methods used to the time series for the lyapunov exponent. Nonlinear Dynamics and the time sequence processing frequently used. Very small practical procedures.)
- 2007-01-30 12:41:20下载
- 积分:1
-
Monte-Carlo
monta-carlo源代码 基于matlab程序下(Monte-Carlo Matlab)
- 2010-05-30 20:52:22下载
- 积分:1
-
marshi
用matlab计算马氏距离,简单直接,但是手懒,没中文说明部分(外国例程)(Mahalanobis distance calculation with matlab, simple and direct, but the lazy hand, no Chinese explanation part of the (foreign routines))
- 2011-07-17 09:46:06下载
- 积分:1
-
MaTLAB_graphic
matlab作图精典教案,适合初学者学习使用(matlab drawing classic lesson plans for beginners to learn to use)
- 2011-10-22 01:29:23下载
- 积分:1
-
mpf_MIMO
我自己写的程序,基于边际粒子滤波的非相关MIMO雷达参数估计,论文可以找我要,已经投稿,比普通的粒子滤波效果要好(RAO-blackweillized particle filter to estimate noncherent MIMO RADAR)
- 2015-03-10 22:44:13下载
- 积分:1
-
simulation
对数字电路,通信原理,DSP等一些现象的仿真:比如整流器,滤波器,仿真二/四译码器,四选一数字选择器,信号发生器,2FSK信号的调制、滤波、频谱分析等,对DSP中各种滤波的仿真以及通原中的调制解调的仿真等(Digital circuits, communication theory, DSP and some other phenomena simulation: for example, rectifiers, filters, simulation II/IV decoder, four elected a digital selector, signal generator, 2FSK signal modulation, filtering, spectral analysis, DSP filtering on the various links of the original simulation and the simulation of the modulation and demodulation, etc.)
- 2010-11-04 20:05:02下载
- 积分:1