-
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
-
0000888
个人觉得很不错,值得一看,大家有兴趣的可以看看(Personally feel very good, worth a visit, we are interested can look at)
- 2010-02-23 19:29:01下载
- 积分:1
-
RowSum
Fuzzy AHP Row Sum Algorithm
- 2015-04-20 23:37:21下载
- 积分:1
-
ga
说明: 用MA TLAB 语言及MA TLAB 语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比
较灵活、编程效率高等特点. 本文对遗传算法和基于MA TLAB 的遗传算法优化工具箱(GAO T ) 作了简要的介
绍、分析了优化工具函数, 并结合非线性、多峰值函数问题的优化实例, 说明了遗传算法是一种具有良好的全局
寻优性能的优化方法.(MA TLAB with language and language of the MA TLAB optimization toolbox to optimize the design of the language is simple, function-rich, and using more flexible programming and high efficiency. In this paper, genetic algorithm and MA TLAB based on genetic algorithm optimization toolbox (GAO T ) gave a brief introduction, an analysis of function optimization tool, combined with non-linear, multimodal function optimization problem examples to illustrate the genetic algorithm is a good global optimization method to optimize performance.)
- 2007-11-28 19:20:39下载
- 积分:1
-
stegano_src
matlab description for image stéganography
- 2011-04-20 20:20:20下载
- 积分:1
-
kalman
一些卡尔曼滤波算法实例,里面包含两个文件,两个均可运行,虽然简短,但是能从中了解滤波算法(Some examples of the Kalman filter algorithm, which consists of two files, two can be run, though brief, but can understand the filtering algorithm
)
- 2012-05-15 13:02:31下载
- 积分:1
-
USE
用于车牌识别技术中图像分割,对比几种微分算子的边缘检测和形态学分割(License plate recognition technology for image segmentation, compared to several differential operator edge detection and morphological segmentation)
- 2013-11-11 09:32:19下载
- 积分:1
-
Demo_Curvature_CenteralDist
3d model processing about
- 2013-05-05 19:36:32下载
- 积分:1
-
car_pole_system_upload_ver
Reinforcement Learning 中以 Q learning 學習的倒單擺實驗。以x,x_dot,theta,theta_dot作為狀態參數 state,利用model模擬之結果做Q值更新,產生Q table,對學習平衡控制。結果以csv檔作為輸出,可以由使用者作圖觀察變化。(Reinforcement Learning , utilize Q learning for An inverted pendulum system control。x,x_dot,theta,theta_dot as state variable,use model result renew Q table,control learning of balance pole 。output csv file contain trail(times),balance time(sec).it s better observe the change if user plot it. )
- 2014-01-23 23:58:05下载
- 积分:1
-
shiyanbaogao
matlab最常用的一些程序 用于调用 实现功能 可根据需要改变数字 完整的实验报告(matlab program for some of the most commonly used function call can be changed to achieve a complete test report number)
- 2010-05-29 13:08:04下载
- 积分:1