搜索结果

找到约 42 项符合 fit 的查询结果

数学计算 Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an

Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with th ...
https://www.eeworm.com/dl/641/138014.html
下载: 59
查看: 1067

数值算法/人工智能 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(exampl

提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。 ...
https://www.eeworm.com/dl/518/150666.html
下载: 167
查看: 1459

数值算法/人工智能 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition

通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition
https://www.eeworm.com/dl/518/179374.html
下载: 73
查看: 1186

其他 IF YOUR DESIGN A VIDEO SYSTEM YOU NEEDED IT (INCLUDE A AVIFIL32.DLL) It Fit VFW

IF YOUR DESIGN A VIDEO SYSTEM YOU NEEDED IT (INCLUDE A AVIFIL32.DLL) It Fit VFW
https://www.eeworm.com/dl/534/180899.html
下载: 59
查看: 1032

matlab例程 fit programme for a serials of data

fit programme for a serials of data
https://www.eeworm.com/dl/665/209404.html
下载: 131
查看: 1051

数据结构 a neural network,Recursive SOM and Marge SOM ,can be use for time series and data fit.

a neural network,Recursive SOM and Marge SOM ,can be use for time series and data fit.
https://www.eeworm.com/dl/654/215139.html
下载: 91
查看: 1067

matlab例程 ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors

ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix an ...
https://www.eeworm.com/dl/665/237668.html
下载: 56
查看: 1079

matlab例程 Fit a multivariate gaussian mixture by a cross-entropy method. Cross-Entropy is a powerfull tool to

Fit a multivariate gaussian mixture by a cross-entropy method. Cross-Entropy is a powerfull tool to achieve stochastic multi-extremum optimization.
https://www.eeworm.com/dl/665/237675.html
下载: 81
查看: 1055

数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as

多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by ...
https://www.eeworm.com/dl/641/279819.html
下载: 135
查看: 1119

数值算法/人工智能 首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表

首次适应算法(First Fit): 从空闲分区表的第一个表目起查找该表,把最先能够满足要求的空闲区分配给作业,这种方法目的在于减少查找时间。为适应这种算法,空闲分区表(空闲区链)中的空闲分区要按地址由低到高进行排序。该算法优先使用低址部分空闲区,在低址空间造成许多小的空闲区,在高地址空间保留大的空闲区。 ...
https://www.eeworm.com/dl/518/333635.html
下载: 152
查看: 1479