-
hartigansSLC_OpenCV
hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
- 2010-02-25 19:28:25下载
- 积分:1
-
Gauss-Hermite
实现高斯厄米特积分,可以直接更换f函数,得到所求的积分(High the Sie Mitt integral to replace the f function, ask the integral
)
- 2021-03-06 20:49:30下载
- 积分:1
-
时间序列
利用MATLAB程序实现时间序列的预测功能(Using MATLAB program to achieve prediction function of time series.)
- 2018-04-17 15:00:34下载
- 积分:1
-
Optimization
约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。(Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.)
- 2008-12-18 18:14:07下载
- 积分:1
-
1
说明: 编程观察无穷级数 1/n的收敛性。
采用 IEEE 单精度浮点数,观察当 n 为何值时求和结果不再变化,将它与理论分析的结论进 行比较 (注:在 MATLAB 中可用 single 命令将变量转成单精度浮点数)。(Programming observation of convergence of infinite series 1/n)
- 2018-09-14 16:38:50下载
- 积分:1
-
Gauss_Seidel
数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
- 2009-05-17 12:50:19下载
- 积分:1
-
GEAR
吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
- 2021-03-08 11:29:28下载
- 积分:1
-
AR
说明: 一个简单的matlab程序,用于实现自回归AR模型。( U4E00 u4E2A u7B80 u5355 u7684matlab u7A0B u5E8F uFF0C u7528 u4E8E u5B9E u73B0 u81EA u56DE u5F52AR u6A21 u578B u3002)
- 2017-05-12 15:13:32下载
- 积分:1
-
多目标蚁群算法
多目标蚁群算法用来求解多目标最小生成树问题(Multi-objective ant colony algorithm)
- 2017-11-28 09:47:16下载
- 积分:1
-
grey
灰色预测模型,对未来数据进行预测,同时还有误差检测(GM(1,1),Grey prediction model, which can forecast future data and detect errors at the same time)
- 2020-06-18 18:00:01下载
- 积分:1