登录
首页 » AI-NN-PR » 关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。...

关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。...

于 2022-01-25 发布 文件大小:38.52 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

关联规则中的频繁项集生成算法genmax,可在linux和windows下编译运行,可能不太容易看懂。-association rules of frequent item sets genmax generation algorithm, and the Linux compiler running under windows, it may not be easy to understand.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主...
    蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。 -ant colony algorithm proposed by Colorni and Dorigo. The method is simulated by ants activity
    2022-04-09 15:02:02下载
    积分:1
  • Lin
    Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
    2023-08-04 09:00:03下载
    积分:1
  • 对数组的例子很好的模式识别问题可以测试…
    一个关于模式识别问题的很好的例子,可以对数组进行检验,非常好用!-a pattern recognition problem on the very good example of the array can be tested very handy!
    2022-11-03 14:25:02下载
    积分:1
  • C development based on the three hidden layer neural network, the output weights...
    基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一隐层至输入层的权值调整、第一隐层阈值调整计算子程序;12)N个样本的全局误差计算子程序。-C development based on the three hidden layer neural network, the output weights, threshold documents, training sample documents, for the following functions : a) initialization, the threshold subroutine; 2) m learning samples imported subroutine; 3) m samples teachers signal Subroutine ; 4) hidden layer of the module input and output value subroutine; 5) the output layer of the module input and output value subroutine; 6) the output layer to the hidden layer subroutine error of generalization; 7) hidden layer to the input layer subroutine error of generalization; 8) the output layer to the third hidden layer Weight adjustment, the output layer threshold adjustment routines; 9) 3rd hidden layer t
    2022-07-11 04:13:40下载
    积分:1
  • 用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!...
    用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!-Using Ant Colony Algorithm for TSP (traveling salesman) problems, in accordance with the format requested TSP.m input process parameters to run!
    2022-05-11 00:50:09下载
    积分:1
  • 关于matlab工具箱里的一些相关神经网络的程序
    关于matlab工具箱里的一些相关神经网络的程序-On the matlab toolbox, some related procedures for neural network
    2022-09-06 02:00:03下载
    积分:1
  • 一个简单实用的K紧邻分类器
    一个简单实用的K紧邻分类器 -KNN
    2022-01-25 20:22:24下载
    积分:1
  • 模糊控制矩阵推理,控制规则表,设计带有延迟一阶惯性环节得模糊控制器。...
    模糊控制矩阵推理,控制规则表,设计带有延迟一阶惯性环节得模糊控制器。-fuzzy control matrix reasoning, control rule, designed with a delay in order inertia links fuzzy controller.
    2022-05-06 22:48:05下载
    积分:1
  • 基于隐马尔可夫模型的人脸识别源代码,是作模式识别的最好学习代码...
    基于隐马尔可夫模型的人脸识别源代码,是作模式识别的最好学习代码-Hidden Markov Model-based face recognition source code for pattern recognition is the best learning code
    2022-03-02 11:01:45下载
    积分:1
  • BP
    bp反向传播算法,用c语言编写,用于航空运输预测。
    2022-05-25 12:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载