搜索资源列表
-
2下载:
最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。-least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniq
-
-
0下载:
Recursive Least Squared method is implemented this time by adding noise to input. This program objective is to identified parameters of third order transfer function.
-
-
1下载:
有监督的特征选择和优化程序MATLAB代码,基于最小二乘算法。内有测试数据,和详细程序说明-Least-Squares Feature Selection (LSFS) is a feature selection method for supervised regression and classification. LSFS orders input features according to their dependence on output values. Dependency bet
-
-
0下载:
Signal subspace identification is a crucial first step in many hyperspectral processing algorithms such as target detection, change detection, classification, and unmixing. The identification of this subspace enables a correct dimensionality reductio
-
-
0下载:
最小二乘法是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。-Least squares method is a mathematical optimization techniques. It matches by squaring and finding data to minimize t
-
-
0下载:
偏最小二乘法,它通过最小化误差的平方和找到一组数据的最佳函数匹配。 用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。 很多其他的优化问题也可通过最小化能量或最大化熵用最小二乘形式表达。-Partial least squares method, which by minimizing the square error and one set of data to find the best matching function. The simplest method to obta
-