-
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
-
ea-turbo-v2
turbo codes in matlab
- 2013-12-20 00:41:52下载
- 积分:1
-
MATLAB
MATLAB的几个讲解实例!!!!!很好有。有要的就下吧!(MATLAB)
- 2009-04-06 01:03:42下载
- 积分:1
-
driffill_code
muller法, 可以對方程式求數值解 muller method and newton method(muller method)
- 2010-10-29 07:32:48下载
- 积分:1
-
MATLABolder
matlab中随机数命令,以及用法,例子等,可以用来快速查询可是命令(Command, matlab random number and usage, examples, can be used to quickly query but command)
- 2015-03-17 16:17:15下载
- 积分:1
-
total_least_squares_TLS
本源码给出了总体最小二乘方法的matlab实现,开发者可以了解最小二乘方法原理,以及程序实现。(This source gives the total least squares methods matlab realized, developers can understand the principle of least squares methods, and procedures to achieve.)
- 2008-01-12 11:39:28下载
- 积分:1
-
Correlation
归一算法用在灰色关联度的计算,可以计算出权重,然后进行关联度计算。(Normalized correlation algorithm is used in the calculation of the gray, you can calculate the weights and then calculated correlation.)
- 2010-01-03 16:54:32下载
- 积分:1
-
MatLab-E
MatLab图形绘制功能口令及代码,很不错,值得看看(MatLab graphics rendering capabilities password and code, very good, worth a look)
- 2013-11-15 16:38:11下载
- 积分:1
-
EOF
EOF分解,简单易行,十分有效,输入相应变量即可得到,还可以出图(EOF decomposition is simple and efficient, and can be obtained by input corresponding variables.)
- 2018-06-12 11:07:21下载
- 积分:1
-
IEEE802_11b_Receiver
实现通信接收端信号处理编程,用于MIMO技术处理,自己调试的(Communications receiver to achieve signal processing program for the MIMO technology to deal with their own debugging)
- 2009-06-08 19:07:02下载
- 积分:1