-
聚类算法的实现
该代码使用c++语言在vc下分别实现了层次聚类,k均值聚类,模糊k均值,em聚类等聚类算法。对于初学数据挖掘的人有一定的借鉴作用。代码简单易懂,容易看懂。
- 2023-07-03 06:15:04下载
- 积分:1
-
计算模拟的统计方法(即蒙特卡罗模拟…
圆周率统计计算方法仿真(即蒙特卡罗Monte Carlo仿真)
文件
应用程序:圆周率的统计计算.exe
源代码文件:圆周率的统计计算.c-Statistical method of calculating pi simulation (ie Monte Carlo simulation Monte Carlo) file applications: the statistical calculation of pi. Exe source code files: the statistical calculation of pi. C
- 2022-08-24 16:46:00下载
- 积分:1
-
pso程序的源代码
pso程序的源代码
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。-PSO program
- 2022-03-28 23:10:51下载
- 积分:1
-
c of a classical algorithm, with a variety of algorithms.
有c++的各种经典算法,里面有各种常用算法。-c of a classical algorithm, with a variety of algorithms.
- 2022-12-27 01:45:03下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1
-
几个基本的程序机制和算法
几个基本的程序机制和算法-Several basic procedures mechanisms and algorithms
- 2023-02-25 00:15:04下载
- 积分:1
-
选票程序
选票程序-ballot procedures
- 2022-03-10 08:46:58下载
- 积分:1
-
UserCF 协同过滤
基于用户的协调过滤推荐算法iserCF 的visual c++ 的实现代码,MovieLens数据集。
- 2023-01-28 22:20:04下载
- 积分:1
-
在层次分析法中,求最大特征向量。当然其他的地方也可以用,不要问我什么是最大特征向量哦。...
在层次分析法中,求最大特征向量。当然其他的地方也可以用,不要问我什么是最大特征向量哦。-Demand the biggest feature vector.
- 2022-07-14 17:09:10下载
- 积分:1
-
JAVA棒状排序实现
用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示
- 2022-05-17 05:25:30下载
- 积分:1