当前位置:网站首页>Différences entre les contraintes monotones et anti - monotones
Différences entre les contraintes monotones et anti - monotones
2022-07-07 10:40:00 【Xminyang】
▚ 01 Monotone Constraints Contraintes monotones
1.1 Definitions Définition
【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 Points saillants
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 Contrainte anti - monotone
2.1 Definitions Définition
【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 Points saillants
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 Explication
Hypothèses:On vaS violates CEn tant qu'événementA,S′ violates CEn tant qu'événementB;Et S satisfies CPour l'événementnot A,then S′ satisfies CPour l'événementnot B.
En ce moment,SelonMonotone Constraints Définition (A → B),C'est - à - dire(not B → not A);
SelonAnti-monotonicity Constraints Définition (not A → not B),C'est - à - dire(B → A);
Parce que(A → B)Cela ne signifie pas nécessairement(B → A), Donc les deux (Monotone Constraints & Anti-monotonicity Constraints) La déclaration est différente .

▚ 04 Example Exemple
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 Contraintes de l'exploration des données
Constraint-Based Mining — A General Picture

Article de référence
边栏推荐
- 多线程-异步编排
- Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
- Using U2 net deep network to realize -- certificate photo generation program
- Multithreaded asynchronous orchestration
- What are the contents of the intermediate soft test, the software designer test, and the test outline?
- Leetcode-304: two dimensional area and retrieval - matrix immutable
- P2788 数学1(math1)- 加减算式
- 2022年上半年5月网络工程师试题及答案
- Is the gold content of intermediate e-commerce division in the soft exam high?
- Kotlin realizes wechat interface switching (fragment exercise)
猜你喜欢
![P1031 [NOIP2002 提高组] 均分纸牌](/img/ba/6303f54d652fa7aa89440e314f8718.png)
P1031 [NOIP2002 提高组] 均分纸牌

ThreadLocal会用可不够
![[actual combat] transformer architecture of the major medical segmentation challenges on the list --nnformer](/img/de/0cf12132216ffbde896a7b12022184.png)
[actual combat] transformer architecture of the major medical segmentation challenges on the list --nnformer
![P1031 [noip2002 improvement group] average Solitaire](/img/ba/6303f54d652fa7aa89440e314f8718.png)
P1031 [noip2002 improvement group] average Solitaire

Mendeley--免费的文献管理工具,给论文自动插入参考文献

Find the greatest common divisor and the least common multiple (C language)

P1223 排队接水/1319:【例6.1】排队接水

使用Tansformer分割三维腹部多器官--UNETR实战

打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?

Summary of router development knowledge
随机推荐
The variables or functions declared in the header file cannot be recognized after importing other people's projects and adding the header file
香橙派OrangePi 4 LTS开发板通过Mini PCIE连接SATA硬盘的操作方法
ThreadLocal is not enough
JS implementation chain call
Those confusing concepts (3): function and class
P2788 数学1(math1)- 加减算式
深入分析ERC-4907协议的主要内容,思考此协议对NFT市场流动性意义!
Schnuka: working principle of robot visual grasping machine visual grasping
IIC基本知识
[牛客网刷题 Day6] JZ27 二叉树的镜像
Multithreaded asynchronous orchestration
2022年7月10日“五心公益”活动通知+报名入口(二维码)
Sword finger offer 38 Arrangement of strings [no description written]
How to prepare for the advanced soft test (network planning designer)?
I plan to take part in security work. How about information security engineers and how to prepare for the soft exam?
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
Slurm资源管理与作业调度系统安装配置
ThreadLocal会用可不够
[牛客网刷题 Day5] JZ77 按之字形顺序打印二叉树
The gun startles the dragon, and the crowd "locks" Zhou Zhi