登录
首页 » Matlab » 关联规则算法matlab实现

关联规则算法matlab实现

于 2022-06-29 发布 文件大小:14.12 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

关联规则挖掘是从事务集合中挖掘出这样的关联规则:它的支持度和置信度大于最低阈值(minsup,minconf),这个阈值是由用户指定的。根据支持度=(X,Y).count/T.count,置信度=(X,Y).count/X.count  ,要想找出满足条件的关联规则,首先必须找出这样的集合F=X U Y ,它满足F.count/T.count ≥ minsup,其中F.count是T中包含F的事务的个数,然后再从F中找出这样的蕴含式X—>Y,它满足(X,Y).count/X.count ≥ minconf,并且X=F-Y。我们称像F这样的集合称为频繁项目集,假如F中的元素个数为k,我们称这样的频繁项目集为k-频繁项目集,它是项目集合I的子集。所以关联规则挖掘可以大致分为两步:   1)从事务集合中找出频繁项目集;   2)从频繁项目集合中生成满足最低置信度的关联规则。

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

发表评论

0 个回复

  • DSP雷达系统(脉压,MTD,MTI)
    雷达的一个完整系统,包括线性调频,脉压,MTD,MTI分析,解最大速度模糊
    2020-11-28下载
    积分:1
  • 12345
    一个学习电磁波时域有限差分法的程序 适合初学者(a code for studying finite difference time domai9n method for elctromagnetic waves )
    2009-03-21 10:39:31下载
    积分:1
  • GFBACK
    Multiple Access Channel with Generalized FeedBack rate region analysis MAtlab Code
    2010-09-01 20:26:56下载
    积分:1
  • CS
    说明:  关于压缩感知重构算法, 压缩感知(Compressive Sensing, or Compressed Sampling,简称CS),是近几年流行起来的一个介于数学和信息科学的新方向,由Candes、Terres Tao等人提出,挑战传统的采样编码技术,即Nyquist采样定理。(Reconstruction algorithm on compressed sensing, compressive sensing (Compressive Sensing, or Compressed Sampling, referred to as CS), is popular in recent years, a range of mathematics and information science a new direction, by Candes, Terres Tao et al, challenge the traditional sample coding, that Nyquist sampling theorem.)
    2011-04-02 15:23:31下载
    积分:1
  • Max_Appro
    Matlab实现通过优化多项式实现矩阵逼近源代码.附件中的代码通过多项式优化实现矩阵逼近算法。(Matlab achieve by optimizing polynomial matrix approximation of the source code and the code contained in the annex to achieve matrix approximation by polynomial optimization algorithm.)
    2012-10-25 20:55:39下载
    积分:1
  • svmTrain
    [model] = SVMTRAIN(X, Y, C, kernelFunction, tol, max_passes) trains an SVM classifier and returns trained model. X is the matrix of training examples. Each row is a training example, and the jth column holds the jth feature. Y is a column matrix containing 1 for positive examples and 0 for negative examples. C is the standard SVM regularization parameter. tol is a tolerance value used for determining equality of floating point numbers. max_passes controls the number of iterations over the dataset (without changes to alpha) before the algorithm quits.
    2013-05-14 08:53:31下载
    积分:1
  • 半带滤波器插值抽取
    使用半带滤波器实现多速率信号处理详细MATLAB代码(The use of half band filter to achieve multi rate signal processing, detailed MATLAB code)
    2020-11-17 16:59:41下载
    积分:1
  • dispers1DPhC
    说明:  模拟一维光子晶体中光波的传播,演示了色散曲线,对于了解光子晶体很有帮助。(Simulation of one-dimensional photonic crystal in the spread of light, demonstrated a dispersion curve, very helpful for the understanding of photonic crystals.)
    2008-10-30 20:19:19下载
    积分:1
  • scattering-from-conducting-cylinder
    backscattering of electromagnetic wave from a conducting cylinder, scattering of EM wave from conducting cylinder
    2012-04-07 10:40:28下载
    积分:1
  • DS_SS
    It will ask for input the bit stream then generate pseudorandom bit sequence, finally give output as direct sequence spread spectrum
    2011-05-13 15:25:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载