-
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
-
fenpian2
对一个曲面根据一定的规则将其划分进行分片,形成不同的区域(On a surface according to certain rules will be sub-divided pieces to form different regions)
- 2011-06-02 09:40:01下载
- 积分:1
-
MATLAB-command
matlab教程,matlab参考书,学习matlab必备啊!(matlab for study.)
- 2013-09-03 21:19:02下载
- 积分:1
-
chazhi
本程序可以作为matlab插值使用,并可经过改变变量进行修改(This program can be used as matlab interpolation used and may be modified after changing the variable)
- 2012-09-08 09:13:59下载
- 积分:1
-
Kmeans
本程序是一个K-means聚类算法程序,自己生成4堆数据,然后让算法自己聚类(This program is a K-means clustering algorithm procedures, generate their own four heap data, then let yourself clustering algorithm)
- 2015-04-09 14:45:33下载
- 积分:1
-
visual
In the planning stage of a GNSS-measurement campaign it is useful to compute several design para-meters in order to decide how, when and where to carry out the measurements. The MATLAB user interface VISUAL.M enables you to compute the design parameters for any system design.
- 2009-05-12 15:46:20下载
- 积分:1
-
Graphics_GUIs_MATLAB
matlab教程,关于建立二维图形、三维图像以及仿真动画等的教程(matlab tutorial, on the establishment of two-dimensional graphics, three-dimensional images, and simulation animation tutorial)
- 2010-05-13 12:21:08下载
- 积分:1
-
Lightout
In this we analyze the light out game with matlab.(Linear Algebra analyzing on Lights Out Game )
- 2014-01-06 06:49:49下载
- 积分:1
-
SVD_MATLAB_program
SVD Source Code, realized on MATLAB
Image Compression is the application using Linear Algebra tools
- 2010-10-20 21:48:33下载
- 积分:1
-
multi
说明: 上传几个二进小波变换的图像增强的matlab程序(From a number of dyadic wavelet transform of image enhancement matlab program)
- 2008-11-30 02:26:01下载
- 积分:1