-
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
-
erpPCA
erpPCA可用于特征提取,是对pca的优化(erpPCA can be used for feature extraction, is to optimize the pca)
- 2007-05-25 15:43:36下载
- 积分:1
-
characterdataappenddata
Retrieve the character data from the second child of the first employee. T.
- 2013-12-06 14:38:29下载
- 积分:1
-
grad
matlab程序求图像的梯度,获得图像的纹理信息丰富的点或边缘点、角点等。(to get the gradient of mage, the image texture information rich points or edge, corner, etc.)
- 2013-12-19 09:53:24下载
- 积分:1
-
low_pass_filter
low pass filter that applaied on image
- 2013-11-26 05:17:24下载
- 积分:1
-
cutou
无线传感器的分簇算法。多轮选择簇头,簇内多跳(Wireless sensor clustering algorithm. Several rounds of cluster head selection)
- 2016-02-24 16:23:44下载
- 积分:1
-
ARQ
相关ARQ中调制解调的源代码!!!!!!(ARQ in the source code modulation and demodulation)
- 2012-03-30 14:12:35下载
- 积分:1
-
PENGCHAO
高等应用数学问题的Matlab求解范例第2版,网上全部都是第一版的,第2版的几乎没有,全部范例是亲自调试过。还包含相应的工具箱。减去你下载工具箱的烦恼。(Higher Applied Mathematics Matlab in example 2, online all the first edition, version 2 is almost all examples of personally debugging. Also contains the corresponding toolbox. Subtract your download toolbox troubles.)
- 2012-05-16 16:12:26下载
- 积分:1
-
sfdm
TV滤波算法的源代码,关于去噪的算法代码,要的自己下载(TV filtering algorithm source code, on the denoising algorithm code, want to download)
- 2010-12-18 12:21:49下载
- 积分:1
-
kekaoxing
该程序针对可靠性问题进行验证,对比分析了网络中多种链接方式的可靠性,并通过绘图形象表示(The program validated for reliability issues, comparative analysis of the reliability of the network in a variety of ways of links and images represented by drawing)
- 2014-11-14 13:19:11下载
- 积分:1