说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 数据关联规则
1)  data association rule
数据关联规则
1.
Layout of weigh-in-motion sensor based on data association rules
基于数据关联规则的动态称重传感器布局
2)  quantitative association rules
数值型关联规则
1.
Mining quantitative association rules of liquid propellant rocket engine;
液体火箭发动机故障的数值型关联规则挖掘
3)  quantitative association rules
数量关联规则
1.
This paper discusses the problem of discretization for continuous attributes and describes a method for discretization in the processing of mining quantitative association rules, including quantitative ranges partitioning and sampling to a huge database.
研究了数量关联规则挖掘过程中的连续属性离散化问题 ,描述了连续属性离散化方法 ,包括连续属性区间划分算法和数据库样本大小的确定 ,提出了基于可信度最优的数量关联规则挖掘算法 。
2.
This paper presents a cluster method for discretization in the processing of mining quantitative association rules.
应用聚类方法研究了数量关联规则提取过程中的连续属性离散化问题 。
3.
The discretization of continuous attribute is the key problem to quantitative association rules mining in Data Mining.
数据挖掘中数量关联规则挖掘的关键是连续属性离散化问题,本文基于规则约束,以兴趣度为依据,对数量关联规则的区间合并算法进行了研究。
4)  quantitative association rule
数量关联规则
1.
This paper discusses the discreteness method for numeric attributes in the processing of mining quantitative association rules and the interestingness of association rules.
讨论了数量关联规则提取过程中的连续属性离散化方法和规则的有趣性问题 ,给出了数量关联规则的客观兴趣度的度量函数 ,提出用模板匹配方法挖掘用户感兴趣的规则 ,以解决数量关联规则有趣性的主观评测 ,研究了一种挖掘支持度和兴趣度最优的形如 (A∈ [v1 ,v2 ]∧ C1 ) C2 (其中 A为连续属性 ,C1 、C2 为类别属性 )的数量关联规则方法 ,并将该方法应用于股市行情分析 ,实验结果表明是非常有效的 。
2.
When quantitative association rules mined, the tremendous problem.
在挖掘数量关联规则时,虽然人们在数量属性的离散化方面做了大量工作,使挖掘算法在时空性能方面有了很大提高,但由于数量类型属性值的连续性,算法仍面临返回大量规则的问题。
5)  quantitative association rule
数量型关联规则
1.
Research and Analysis on Quantitative Association Rules Mining
数量型关联规则挖掘问题的研究分析
2.
A new method for mining quantitative association rules in relational database is introduced in this paper.
本文提出了一种在关系数据库中挖掘数量型关联规则的新方法。
6)  association rules
关联规则
1.
Study on law using Chinese drug of famous old docter of traditional Chinese medicine to coronary heart disease based on association rules;
基于关联规则的名老中医冠心病用药规律研究
2.
Functional modules based organization for association rules of gene expression profiles in cancer cell lines;
基于功能模块组织癌细胞系基因表达谱的关联规则
3.
Data mining of association rules in the combination of gymnasium services;
关联规则在健身服务项目组合中的数据挖掘
补充资料:数值修约规则

在进行具体的数字运算前,按照一定的规则确定一致的位数,然后舍去某些数字后面多余的尾数的过程被称为数字修约,指导数字修约的具体规则被称为数字修约规则。

现在被广泛使用的数字修约规则主要有四舍五入规则四舍六入五留双规则。

四舍五入规则

四舍五入规则是人们习惯采用的一种数字修约规则。

四舍五入规则的具体使用方法是:

在需要保留有效数字的位次后一位,逢五就进,逢四就舍。

例如:将数字2.1875精确保留到千分位(小数点后第三位),因小数点后第四位数字为5,按照此规则应向前一位进一,所以结果为2.188。同理,将下列数字全部修约为四位有效数字,结果为:

0.53664——0.5366

10.2750——10.28

18.06501——18.07 0.58346——0.5835

16.4050——16.41

27.1850——27.19

按照四舍五入规则进行数字修约时,应一次修约到指定的位数,不可以进行数次修约,否则将有可能得到错误的结果。例如将数字15.4565修约为两位有效数字时,应一步到位:15.4565——15(正确)。如果分步修约将得到错误的结果:15.4565——15.457——15.46——15.5——16(错误)。

四舍五入修约规则,逢五就进,必然会造成结果的系统偏高,误差偏大,为了避免这样的状况出现,尽量减小因修约而产生的误差,在某些时候需要使用四舍六入五留双的修约规则。

四舍六入五留双规则

为了避免四舍五入规则造成的结果偏高,误差偏大的现象出现,一般采用四舍六入五留双规则。

四舍六入五留双规则的具体方法是:

(一)当尾数小于或等于4时,直接将尾数舍去。

例如将下列数字全部修约为四位有效数字,结果为:

0.53664——0.5366

10.2731——10.27

18.5049——18.50 0.58344——0.5834

16.4005——16.40

27.1829——27.18

(二)当尾数大于或等于6时,将尾数舍去并向前一位进位。

例如将下列数字全部修约为四位有效数字,结果为:

0.53666——0.5367

8.3176——8.318

16.7777——16.78 0.58387——0.5839

10.29501——10.30

21.0191——21.02

(三)当尾数为5,而尾数后面的数字均为0时,应看尾数“5”的前一位:若前一位数字此时为奇数,就应向前进一位;若前一位数字此时为偶数,则应将尾数舍去。数字“0”在此时应被视为偶数。

例如将下列数字全部修约为四位有效数字,结果为:

0.153050——0.1530

12.6450——12.64

18.2750——18.28 0.153750——0.1538

12.7350——12.74

21.845000——21.84

(四)当尾数为5,而尾数“5”的后面还有任何不是0的数字时,无论前一位在此时为奇数还是偶数,也无论“5”后面不为0的数字在哪一位上,都应向前进一位。

例如将下列数字全部修约为四位有效数字,结果为:

0.326552——0.3266

12.73507——12.74

21.84502——21.85 12.64501——12.65

18.27509——18.28

38.305000001——38.31

按照四舍六入五留双规则进行数字修约时,也应像四舍五入规则那样,一次性修约到指定的位数,不可以进行数次修约,否则得到的结果也有可能是错误的。例如将数字10.2749945001修约为四位有效数字时,应一步到位:10.2749945001——10.27(正确)。如果按照四舍六入五留双规则分步修约将得到错误结果:10.2749945001——10.274995——10.275——10.28(错误)。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条