-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
2660
这是关于MATlab的一个PDF文档,这个文档清晰的给出了 Matlab的使用方法
(This is on the Matlab a PDF document, the document gives a clear use of Matlab)
- 2008-07-31 11:24:51下载
- 积分:1
-
exm
《Experiments with MATLAB》这本书的程序源码,附中文注释,简单易懂,是学习MATLAB编程语言的极好方式。(" Experiments with MATLAB" This book is Open Source, with Chinese notes, easy to understand, is an excellent way to learn MATLAB programming language.)
- 2014-11-21 09:07:26下载
- 积分:1
-
ovelaapsave
it is dsp programme to find overlap
- 2010-11-14 18:23:39下载
- 积分:1
-
ChaosToolbox
MATLAB环境下开发的混沌理论的工具箱,包含各种实例,学习混沌理论的好帮手(Chaos theory toolbox, matlab )
- 2010-01-21 10:48:47下载
- 积分:1
-
matlab
对于MATLAB的学习非常有帮助
MATLAB函数命令大全(For very helpful in learning MATLAB Functions MATLAB command Daquan)
- 2009-10-17 13:10:00下载
- 积分:1
-
License-plate-recognition
绝对好的!用matlab实现的车牌识别程序,包含字符提取和字符切割模块的程序和字符模板(Absolutely good! License plate recognition using matlab implementation procedures, including character extraction and character segmentation module of the program and character templates)
- 2010-10-13 13:22:03下载
- 积分:1
-
bodafangxiang_1
天线方向图的波达方向,用于描述回波的方向图1,可以用于初学者学习使用(the antenna dir)
- 2010-11-13 18:19:07下载
- 积分:1
-
GMM-Document-with-Matlab-code
GMM-详细解释-with-Matlab代码(the document of GMM Matlab Code including)
- 2011-01-10 19:58:23下载
- 积分:1
-
Count-24-points
算24点的程序,Matlab下使用,比赛主办方提供的参考资料,完全可以使用.(Count 24 point program, Matlab is used, the game organizers to provide reference materials can be used.)
- 2013-08-14 20:57:02下载
- 积分:1