-
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
-
3100-微分方程数值解法(第4版)-李荣华
numerical solution on PDE
- 2019-03-21 19:58:57下载
- 积分:1
-
eltahuatu
利用elta-jerk模型进行卡尔曼目标跟踪,跟踪效果良好(Elta-jerk model by Kalman target tracking, tracking well)
- 2011-04-27 16:33:09下载
- 积分:1
-
MATLAB-Image-process
matlab语言写的图像处理程序,各种滤波方法的程序(image processing programs,:all kinds of filter method program used by Matlab language)
- 2012-04-26 21:13:40下载
- 积分:1
-
jarvisHalftone
The code does the halftoning of colored image using the jarvis matrix and displays the halftoned image.
- 2015-03-29 14:04:57下载
- 积分:1
-
火星转移轨道matlab仿真
以二体问题为模型,从地球发射航天器探索火星,途中需经过一次无动力金星借力,寻找最优(总速度增量最小)的发射时间窗口和飞行时间,并绘制地球到金星的Pork-Chop发射能量等高线图。发射时间窗口为2023—2033年,总飞行时间不得大于2年。(Taking the two body problem as the model to explore Mars from the earth, it is necessary to seek an unpowered Venus transit force on the way to find the optimal time window and time of flight (the minimum total velocity increment), and draw the contour map of the Pork-Chop emission energy of the earth to Venus. The total launch time window is from 2023 to 2033, and the total flight time is not more than 2 years.)
- 2021-01-06 16:38:53下载
- 积分:1
-
secant
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.(The secant iteration to find the zero of some non-linear function converges to zero if appropriate starting values are chosen.
Although the convergence rate is not as good as the one of the Newton method, it may sometimes converge when Newton fails. The funtion should be defined as an inline function and two starting values are required to start the iteration.
Please enter help secant from the Matlab prompt for usage information and examples.
)
- 2009-05-14 04:56:54下载
- 积分:1
-
matlab
说明: matlab课程设计 任意信号卷积的运算,并且绘制图象.(matlab course design any signal convolution operation, and draw images.)
- 2011-03-28 16:41:58下载
- 积分:1
-
SurfBox
A set of C++ and Matlab routines implementing the surfacelet transform
surfacelet的一个非常好用的工具箱(A set of C++ And Matlab routines implementing the surfacelet transformsurfacelet a very useful toolbox)
- 2009-01-13 15:40:46下载
- 积分:1
-
GA
说明: 遗传算法的matlab实现,包括遗传各种操作的程序源码。(Genetic algorithm matlab realize, including a variety of operating procedures for the genetic source.)
- 2008-03-31 21:52:58下载
- 积分:1