-
work
matlab 关于association rule 的自己写的函数,有3个文件,
association.m:h = association(m, i, j)
i=>j, m是数据,h是support和confidence,该函数只适用于单个数据
ass_item: h=ass_itset(m, a, b)
同上,但是可用于多个数据(m为数组)
assrule: h = assrule(m, threshold1, threshold2)
该函数用于classification, 得到规则,threshold1为要求的support,threshold2为要求的confidence,h 则为符合要求的规则及其support和confidence,前2列为规则,后2列为其support和confidence
(matlab on the association rule to write functions, there are 3 files, association.m: h = association (m, i, j) i => j, m is the data, h is the support and confidence, this function applies only to a single Data
ass_item: h = ass_itset (m, a, b) it is the same as above, but it can be used for multiple data (m can be matrix)
assrule: h = assrule (m, threshold1, threshold2) the function used for classification,get the rules, threshold1 is the require of support, threshold2 is the required of confidence, h is the rules and their support and confidence, the former two columns as a rule, the latter two columns as one of its support and confidence)
- 2009-12-15 02:51:44下载
- 积分:1
-
Ch1799
小波工具箱的应用基础 395
16.1 一维小波分析的应用 395
16.1.1 小波分解在普通信号分析中的应用 395
16.1.2 小波变换在信号特征检测中的应用 411
16.2 二维小波分析的应用 417
16.2.1 小波分析在图像平滑中的应用 417
16.2.2 小波分析在图像增强中的应用 418
16.2.3 小波分析在图像融合中的应用 420
16.3 小波包分析的应用 422
16.3.1 小波包在信号时频分析中的应用 423
16.3.2 小波包在图像边缘检测中的应用 429(toolbox of 16.1 basis of a 395-dimensional wavelet analysis of 395 small 16.1.1 Decomposition of the ordinary wave signal analysis of 395 16.1.2 wavelet transform in signal detection of 41 a 16.2 2D wavelet analysis of 417 16.2.1 wavelet analysis in image smoothing of 417 1 6.2.2 wavelet analysis in image enhancement of 418 16.2.3 wavelet analysis in Image Fusion System 420 16.3 wavelet packet analysis of wavelet packet Entry 422 in the signal frequency analysis of 42 3 16.3.2 wavelet packet in Edge Detection of 429)
- 2007-03-27 18:47:57下载
- 积分:1
-
ThreePointFitCircle
给定三点坐标(二维),得到圆的圆心及坐标,并在matlab中坐图画出圆,并在图中标注原有圆的位置(Given three coordinates (2 d), get the round circle and coordinates, and sit in the matlab picture out of the circle, and mark the location of the original circle in the picture)
- 2015-04-15 13:48:11下载
- 积分:1
-
DRP4_11p
solves 1d linear wave eq. by 4th order 11 point DRP scheme
- 2014-02-24 18:08:52下载
- 积分:1
-
bcs_ver0.1
贝叶斯压缩感知算法完整代码。值得初学者拥有。(The complete code of Bayesian compressed sensing algorithm, which is be worthy of a beginner.)
- 2021-01-09 19:48:52下载
- 积分:1
-
guangpan
mathlab的各种命令程序实例,快速的运用matlab(mathlab)
- 2010-07-21 13:14:49下载
- 积分:1
-
mtetris
用matlab做的经典小游戏俄罗斯方块,有助于提高对matlab的认识(Matlab to do with the classic game Tetris, help increase awareness of the matlab)
- 2010-11-20 09:13:18下载
- 积分:1
-
time_reversed
matlab时间反转镜算法的程序,有兴趣的网友可以参考(Matlab time reversal mirror algorithm program, interested users can refer to)
- 2021-02-03 15:19:59下载
- 积分:1
-
GA_sin2x_sinx
Genetic Algorithms - Optimization and Example
- 2010-11-03 22:50:43下载
- 积分:1
-
PSO
Global Optimization Toolbox provides methods that search for global solutions to problems that contain multiple
maxima or minima. It includes global search, multistart, pattern search, genetic algorithm, and simulated
annealing solvers. You can use these solvers to solve optimization problems where the objective or constraint
function is continuous, discontinuous, stochastic, does not possess derivatives, or includes simulations or
black-box functions with undefined values for some parameter settings.
- 2011-01-19 01:18:42下载
- 积分:1