-
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
-
Atomizer0802
% Atomizer Main Directory, Version .802
里面信号含有分解去噪合成过程的代码
%---------------------------------------
--------------------------------
% This is the main directory of the Atomizer package the full package
% contains over 100 files, consisting of .m files, .mex files, and datasets.( Atomizer Main Directory, Version .802 decomposition inside the signal containing the code synthesis process denoising- This is the main directory of the Atomizer package the full package contains over 100 files, consisting of. M files,. Mex files, and datasets.)
- 2007-08-24 10:59:51下载
- 积分:1
-
youleyuan
⑴.设计游乐平面图,所含景点不少于10个。以图中顶点表示游乐园各景点,存放景点名称、代号、等信息;以边表示路径,存放路径长度等相关信息。
⑵.为游人提供图中任意景点的问路查询,及查询任意两个景点之间的一条最短的简单路径。
(⑴. Designed to play plan, contained less than 10 scenic spots. To graph vertices, said the amusement park attractions, attractions store names, codes, and other information to edges, said path, the path length of storage of information. ⑵. To provide the figure for the visitors ask for directions any spots, queries, and query any two attractions of a shortest simple path.)
- 2010-01-04 21:04:36下载
- 积分:1
-
1588test_result
本文介绍了IEEE 1588时间同步性能测试方法和测试结果(This article describes the IEEE 1588 time synchronization performance test methods and test results)
- 2010-02-01 17:08:09下载
- 积分:1
-
optical-flow-and-video-processing
Real time optical flow, and video processing, with support for camera input in Matlab.(Start by running "runMe.m"
Supports input through:
a) synthetically generated test images
b) reading avi-file
c) camera input (requires image aquisition toolbox)
Calculates optical flow by 4 different local methods(all moment based), 2 implementations of Lucas and Kanade, and 2 implementations of point-line flow.
Can process easily hundreds of frames per second on a laptop for resolution 200x200 images.)
- 2013-10-03 22:38:20下载
- 积分:1
-
nsga-airtrafficcontrol
遗传算法-计算机优化-流量容量匹配算法-交通流量容量调配(Communications network link capacity and traffic optimization genetic algorithm)
- 2014-12-25 22:04:10下载
- 积分:1
-
Due-pinout.pdf
arduino due pinout pdf for sam3x8e
非常有用的文档(arduino due for all pinout pdf for sam3x8e)
- 2015-02-04 13:53:19下载
- 积分:1
-
FortranandMatlab
Fortran和Matlab混合编程简介(Fortran and Matlab Introduction)
- 2014-02-08 21:51:13下载
- 积分:1
-
AM-FM-modulation
matlab 调频调幅模拟实现,有例程非常好!(AM FM matlab simulation, there are very good routine)
- 2009-05-17 17:27:30下载
- 积分:1
-
regiongrowing
matlab 图像图像处理 区域生长 图像变换(region growing image image processing matlab image transformation)
- 2010-12-08 16:14:08下载
- 积分:1