-
nearestneighboralgorithm
自己写的,模式识别最近邻算法实现,配有IRIS数据集,非常实用(Their own writing, pattern recognition, nearest neighbor algorithm, with IRIS data set, very useful)
- 2009-11-27 21:08:51下载
- 积分:1
-
music
music算法准确的估算了波达角度,在不相干的情况下估算的比较准确(music algorithm accurately estimates the arrival angle estimation irrelevant in the case of more accurate)
- 2015-03-18 21:03:08下载
- 积分:1
-
LSSVM
最小二乘支持向量机,用于进行函数的回归分析(Least squares-Support Vector Machine,Used for regression analysis of functions)
- 2019-03-13 15:03:04下载
- 积分:1
-
gameoflife2
John Conway s Game of Life
_____________________________
A matlab simulation of John Conway s Game of Life
- 2010-06-24 04:55:42下载
- 积分:1
-
dgx
求二维三维等高线,立体图的很好用的程序,也可帮助画四维图。(Seeking 2D and 3D contours, three-dimensional map of the good use of the program can also help draw four-dimensional map.)
- 2011-09-11 08:02:22下载
- 积分:1
-
absolutna
Absolut orientation (Kraus)
- 2013-03-18 05:47:08下载
- 积分:1
-
RBPF
particle filtering RBPF in matlab
- 2011-12-15 14:31:43下载
- 积分:1
-
PLANMODEL
The program model plane source as the model demonstration of 3D, easy for beginners to learn and exchange
- 2015-04-02 20:51:37下载
- 积分:1
-
RLS
Hi ,
Here is a list of the files contained in RLS.zip
FIR_RLS : FIR RLS demo (FIR is used when there is an access to the output i.e feedback is used like in a dc motor we use speed as feedback)
IIR_RLS : IIR RLS demo (IIR is used when there is no access to the output the system model is only a function of the input i.e channel equalization prolbem )
FIRsampledata : a sample data for FIR RLS demo
IIRsampledata : a sample data for IIR RLS demo
Enjoy !
- 2009-10-09 21:29:06下载
- 积分:1
-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1