当前位置:网站首页>单调性约束与反单调性约束的区别 monotonicity and anti-monotonicity constraint
单调性约束与反单调性约束的区别 monotonicity and anti-monotonicity constraint
2022-07-07 08:39:00 【Xminyang】
▚ 01 Monotone Constraints 单调性约束
1.1 Definitions 定义
【Monotone Constraints | SpringerLink 】
A constraint C is monotone if and only if for all itemsets S and S′:
if S ⊇ S′ and S violates C, then S′ violates C.
1.2 Key Points 要点
Monotone constraints possess the following property. If an itemset S violates a monotone constraint C, then any of its subsets also violates C. Equivalently, all supersets of an itemset satisfying a monotone constraint C also satisfy C (i.e., C is upward closed). By exploiting this property, monotone constraints can be used for reducing computation in frequent itemset mining with constraints. As frequent itemset mining with constraints aims to find frequent itemsets that satisfy the constraints, if an itemset S satisfies a monotone constraint C, no further constraint checking needs to be applied to any superset of S because all supersets of S are guaranteed to satisfy C. Examples of monotone constraints include min(S. Price) ≤ $30, which expresses that the minimum price of all items in an itemset S is at most $30. Note that, if the minimum price of all items in S is at most $30, adding more items to S would not increase its minimum price (i.e., supersets of S would also satisfy such a monotone constraint).

▚ 02 Anti-monotone Constraints 反单调性约束
2.1 Definitions 定义
【Anti-monotone Constraints | SpringerLink】
A constraint C is anti-monotone if and only if for all itemsets S and S′:
if S ⊇ S′and S satisfies C, then S′ satisfies C.
2.2 Key Points 要点
Anti-monotone constraints possess the following nice property. If an itemset S satisfies an anti-monotone constraint C, then all of its subsets also satisfy C (i.e., C is downward closed). Equivalently, any superset of an itemset violating an anti-monotone constraint C also violates C. By exploiting this property, anti-monotone constraints can be used for pruning in frequent itemset mining with constraints. As frequent itemset mining with constraints aims to find itemsets that are frequent and satisfy the constraints, if an itemset violates an anti-monotone constraint C, all its supersets (which would also violate C) can be pruned away and their frequencies do not need to be counted. Examples of anti-monotone constraints include min(S. Price) ≥ $20 (which expresses that the minimum price of all items in an itemset S is at least $20) and the usual frequency constraint support(S) ≥ minsup (i.e., frequency(S) ≥ minsup). For the former, if the minimum price of all items in S is less than $20, adding more items to S would not increase its minimum price (i.e., supersets of S would not satisfy such an anti-monotone constraint). For the latter, it is widely used in frequent itemset mining, with or without constraints. It states that (i) all subsets of a frequent itemset are frequent and (ii) any superset of an infrequent itemset is also infrequent. This is also known as the Apriori property.

▚ 03 Explanation 解释
假设:我们将S violates C作为事件A,S′ violates C作为事件B;则 S satisfies C为事件not A,then S′ satisfies C为事件not B.
此时,根据Monotone Constraints定义知(A → B),也即(not B → not A);
根据Anti-monotonicity Constraints定义知(not A → not B),也即(B → A);
因为(A → B)并不一定意味着(B → A),所以这两者 (Monotone Constraints & Anti-monotonicity Constraints) 的声明是不同的。

▚ 04 Example 示例
For an example. Consider-
C1 = Sum of elements is greater than 5
C2 = Sum of elements is at most 5
U(universe) = Set of non-negative real numbers
In case of C1,
If S violates C1, then S’ obviously violates C1 as well (S being a superset of S’)
Eg. S = {1, 2}, S’ = {2}
Hence C1 is monotonic.
In case of C2,
If S satisfies C2, then S’ obviously satisfies C2 as well (S being a superset of S’)
Eg. S = {1, 2}, S’ = {2}
Hence C2 is anti-monotonic.

▚ 05 数据挖掘的约束限制
Constraint-Based Mining — A General Picture

参考文章
边栏推荐
- Socket communication principle and Practice
- 2022年7月10日“五心公益”活动通知+报名入口(二维码)
- Schnuka: machine vision positioning technology machine vision positioning principle
- Multisim -- software related skills
- Review of the losers in the postgraduate entrance examination
- 如何顺利通过下半年的高级系统架构设计师?
- Socket通信原理和实践
- Find the greatest common divisor and the least common multiple (C language)
- 宁愿把简单的问题说一百遍,也不把复杂的问题做一遍
- Deeply analyze the main contents of erc-4907 agreement and think about the significance of this agreement to NFT market liquidity!
猜你喜欢

IIC基本知识

The variables or functions declared in the header file cannot be recognized after importing other people's projects and adding the header file

使用 load_decathlon_datalist (MONAI)快速加载JSON数据

php \n 换行无法输出

Network engineer test questions and answers in May of the first half of 2022

1324:【例6.6】整数区间

The gun startles the dragon, and the crowd "locks" Zhou Zhi

Summary of router development knowledge

Monai version has been updated to 0.9. See what new functions it has

Unable to open kernel device '\.\vmcidev\vmx': operation completed successfully. Reboot after installing vmware workstation? Module "devicepoweron" failed to start. Failed to start the virtual machine
随机推荐
Basic introduction of yarn and job submission process
Is the soft test intermediate useful??
MONAI版本更新到 0.9 啦,看看有什么新功能
CC2530 ZigBee iar8.10.1 environment construction
555 circuit details
leetcode-560:和为 K 的子数组
Installation and configuration of slurm resource management and job scheduling system
中级软件评测师考什么
Experience sharing of software designers preparing for exams
CAS mechanism
Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry
ArrayList线程不安全和解决方案
Deeply analyze the main contents of erc-4907 agreement and think about the significance of this agreement to NFT market liquidity!
Trajectory planning for multi robot systems: methods and Applications Overview reading notes
Mendeley--免费的文献管理工具,给论文自动插入参考文献
The width of table is 4PX larger than that of tbody
HDU-2196 树形DP学习笔记
高级软考(网络规划设计师)该如何备考?
How to prepare for the advanced soft test (network planning designer)?
Applet jump to H5, configure business domain name experience tutorial