-
数据挖掘ID3算法的实现
数据挖掘决策树的实现,使用ID3算法编写,本程序是对数据挖掘概念与技术(第三版)中分类算法的实现。主要采用C++ STL(标准模版库)进行编写,运行时需要把samples.txt文件拷贝到C盘根目录下。
- 2022-03-10 21:08:35下载
- 积分:1
-
遗传算法计算最短路径
mtspf_ga.m是主函数,floyed 是计算任意两点最短路径的算法,myLength 是计算距离的函数,lujing是本例子中所需的数据,只需运行ceshide 即可完美解决“最佳灾情巡视路线问题”。
- 2022-11-18 01:25:03下载
- 积分:1
-
高斯消元法课件,将的很详细,对求解最小二乘法等算法有较大的帮助。...
高斯消元法课件,将的很详细,对求解最小二乘法等算法有较大的帮助。-Gauss elimination method courseware will be very detailed and algorithms for solving the least square method and so on greater help.
- 2023-03-01 13:00:04下载
- 积分:1
-
Edge Detection and Image SegmentatiON
The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections.
- 2022-05-30 00:51:05下载
- 积分:1
-
农夫过河的扩展,如一个农夫带5件物品,每次带2件
农夫过河的扩展,如一个农夫带5件物品,每次带2件-farmer expansion of the river, such as a farmer with five items, each with two
- 2023-05-16 06:35:03下载
- 积分:1
-
textrank algorithm
利用textRank关键词提取算法,分析用户微博中所包含的关键词,作为用户的标签,可以用于用户聚类,用户兴趣分析等
- 2023-01-30 09:00:04下载
- 积分:1
-
leetcode的部分解法
应用背景leetcode是一个刷题的网站,里面的题目常被用于IT公司的求职面试。里面包含计算机的一些常见算法,和一些类似于计算机竞赛的题目。关键技术一些基本的算法,用于IT公司面试。部分题目的解法,包括常见的二叉树,二叉树查找,排序,数学,等等。难易程度不等。
- 2022-07-12 11:29:06下载
- 积分:1
-
两个 3 X 3 矩阵相乘的 c 语言程序
这是两个3 * 3 矩阵相乘的 C源代码。欢迎下载、试用。谢谢大家的支持。
- 2023-04-11 16:20:04下载
- 积分:1
-
解TSP问题的GA程序
解TSP问题的GA程序-solution of TSP procedures GA
- 2022-02-03 12:42:37下载
- 积分:1
-
hmax模型C++/matlab混合编程
这是一个已经在我们的论文中所使用的标准代码。关于如何使用C / MATLAB HMAX源代码指令:下载的压缩包HMAX解压它:焦油-xvf hmax.tar这样做:MEX myRespC2new.c(这是MEX函数来计算C2激活)到MEX.c文件编译成.mex*或.dll的平台启动MATLAB键入主运行演示程序,它加载的图像(testImage.gray),并计算出它的C2反应(这是存储在c2Resp之后)。
- 2023-03-18 20:00:03下载
- 积分:1