Un nouvel algorithme de génération des itemsets fermés fréquents

Size: px
Start display at page:

Download "Un nouvel algorithme de génération des itemsets fermés fréquents"

Transcription

1 Un nouvel algorithme de génération des itemsets fermés fréquents Huaiguo Fu CRIL-CNRS FRE2499, Université d Artois - IUT de Lens Rue de l université SP 16, Lens cedex. France. fu@cril.univ-artois.fr

2 Motivation P. 2/32 Develop data mining tools based on formal concept analysis Concept lattices is an effective tool for data analysis Develop scalable concept lattice algorithm to reduce expensive cost when mining very large data Problem: very large data still bothers us Situation: applications of concept lattice suffer from the complexity of the concept lattice algorithms for large dataset One solution: divide-and-conquer

3 Outline P. 3/32 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

4 ❶ Introduction 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

5 ❶ Introduction Concept lattice P. 5/32 The core of formal concept analysis Derived from mathematical order theory and lattice theory Study of the generation and relation of formal concepts: how objects can be hierarchically grouped together according to their common attributes generate knowledge rules from concept lattice Data Concept lattice Knowledge

6 ❶ Introduction An effective tool P. 6/32 Concept lattice is an effective tool for Data analysis Knowledge discovery and data mining Information retrieval Software engineering...

7 ❶ Introduction Concept lattice for Data mining (DM) P. 7/32 Association rules mining (ARM) Frequent Closed Itemset (FCI) mining CLOSE, A-close, Titanic... CLOSET, CHARM, CLOSET+... Supervised classification GRAND, LEGAL, GALOIS RULEARNER, CIBLe, CLNN&CLNB... Clustering analysis based on concept lattices Data visualization...

8 ❶ Introduction Concept lattice algorithms P. 8/32 Many concept lattice algorithms Chein (1969) Norris (1978) Ganter (NextClosure) (1984) Bordat (1986) Godin (1991, 1995) Dowling (1993) Kuznetsov (1993) Carpineto and Romano (1993, 1996) Nourine (1999) Lindig (2000) Valtchev (2002)... However, large data impedes or limits the application of concept lattice algorithms We need to develop scalable lattice-based algorithm for data mining

9 ❷ Concept lattice 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

10 ❷ Concept lattice Formal context P. 10/32 Definition Formal context is defined by a triple (O, A, R), where O and A are two sets, and R is a relation between O and A. The elements of O are called objects or transactions, while the elements of A are called items or attributes. Example Formal context D: (O, A, R) O = {1, 2, 3, 4, 5, 6, 7, 8} A = {a 1, a 2, a 3, a 4, a 5, a 6, a 7, a 8 } a 1 a 2 a 3 a 4 a 5 a 6 a 7 a

11 ❷ Concept lattice Formal concept P. 11/32 Definition Two closure operators are defined as O 1 O 1 for set O and A 1 A 1 for set A. Definition O 1 := {a A ora for all o O 1} A 1 := {o O ora for all a A 1} A formal concept of (O, A, R) is a pair (O 1, A 1 ) with O 1 O, A 1 A, O 1 = A 1 and A 1 = O 1. O 1 is called extent, A 1 is called intent.

12 ❷ Concept lattice Concept lattice P. 12/32 Definition We say that there is a hierarchical order between two formal concepts (O 1, A 1 ) and (O 2, A 2 ), if O 1 O 2 (or A 2 A 1 ). All formal concepts with the hierarchical order of concepts form a complete lattice called concept lattice a 1 A formal concept a 1a 3 extent a 1a 7 a 1a 4 a intent 1a a 1a 7a 8 a 1a 4a 6 a 1a 3a a 1a 2a a 1a 3a 7a 8 a 1a 2a 7 a 1a 2a 4a 6 23 a 1a 2a 7a 8 68 a 1a 3a 4a a 1a 2a 3a 7a 8 a 1a 3a 4a 5 a 1a 2a 3a 4a 6 a 1a 2a 3a 4a 5a 6a 7a 8

13 ❷ Concept lattice Concept lattice P. 12/32 Definition We say that there is a hierarchical order between two formal concepts (O 1, A 1 ) and (O 2, A 2 ), if O 1 O 2 (or A 2 A 1 ). All formal concepts with the hierarchical order of concepts form a complete lattice called concept lattice a 1 A formal concept a 1a 3 extent a 1a 7 a 1a 4 a intent 1a a 1a 7a 8 a 1a 4a 6 a 1a 3a a 1a 2a a 1a 3a 7a 8 a 1a 2a 7 a 1a 2a 4a 6 23 a 1a 2a 7a 8 68 a 1a 3a 4a a 1a 2a 3a 7a 8 a 1a 3a 4a 5 a 1a 2a 3a 4a 6 a 1a 2a 3a 4a 5a 6a 7a 8

14 ❸ Mining frequent closed itemsets 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

15 ❸ Mining frequent closed itemsets Association rule mining P. 14/32 Finding frequent patterns, associations, correlations, or causal structures among itemsets or objects in databases Two sub-problems mining frequent itemsets generating association rules from frequent itemsets Basic Concepts Formal context (O, A, R), an itemset A 1 support: support(a 1 ) = A 1 frequent itemset: if support(a 1 ) minsupport, given a minimum support threshold minsupport

16 ❸ Mining frequent closed itemsets Algorithms of mining frequent itemsets P. 15/32 Classic algorithm: Apriori and OCD [Agrawal et al., 96] Improvement of Apriori AprioriTid, AprioriHybrid DHP (Direct Hashing and Pruning) Partition Sampling DIC (Dynamic Itemset Counting)... Other strategies FP-Growth... Problem: too many frequent itemsets if the minsupport is low Solutions: Maximal frequent itemset mining Frequent closed itemset mining

17 ❸ Mining frequent closed itemsets Closed itemset lattice P. 16/32 Definition For formal context (O, A, R), an itemset A 1 A is a closed itemset iff A 1 = A 1. Definition We say that there is a hierarchical order between closed itemsets A 1 and A 2, if A 1 A 2. All closed itemsets with the hierarchical order form of a complete lattice called closed itemset lattice. a 1 a 1a 7 a 1a 3 a 1a 2 a1a 4 a 1a 7a 8 a 1a 4a 6 a 1a 3a 7a 8 a a 1a 2a 7 1a 3a 4 a 1a 2a 4a 6 a 1a 2a 3 a 1a a 3a 4a 6 1a 2a 7a 8 a 1a 2a 3a 7a 8 a 1a 3a 4a 5 a 1a 2a 3a 4a 6 a 1a 2a 3a 4a 5a 6a 7a 8

18 ❸ Mining frequent closed itemsets FCI mining algorithms P. 17/32 Apriori-like algorithms Close A-Close... Hybrid algorithms CHARM CLOSET CLOSET+ FP-Close DCI-Closed LCM...

19 ❹ PFC algorithm 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

20 ❹ PFC algorithm Analysis of search space P. 19/32 Search space of a formal context with 4 attributes a m am 1 a m 2 a m 3 a m 1a m a m 2a m 1 a m 3a m a m 3a m 2 a m 2a m a m 3a m 1 a m 2a m 1a m a m 3a m 2a m 1 a m 3a m 1a m a m 3a m 2a m Search space decomposition a m 3a m 2a m 1a m a m a m 1 a m 1a m a m 2 a m 2a m 1 a m 3a m 1 a m 2a m a m 3a m a m 2a m 1a m a m 3 a m 3a m 1a m a m 3a m 2 a m 3a m 2a m a m 3a m 2a m 1 A m A m 1 A m 2 A m 3 a m 3a m 2a m 1a m

21 ❹ PFC algorithm Analysis of search space P. 19/32 Search space of a formal context with 4 attributes a m am 1 a m 2 a m 3 a m 1a m a m 2a m 1 a m 3a m a m 3a m 2 a m 2a m a m 3a m 1 a m 2a m 1a m a m 3a m 2a m 1 a m 3a m 1a m a m 3a m 2a m Search space decomposition a m 3a m 2a m 1a m a m a m 1 a m 1a m a m 2 a m 2a m 1 a m 3a m 1 a m 2a m a m 3a m a m 2a m 1a m a m 3 a m 3a m 1a m a m 3a m 2 a m 3a m 2a m a m 3a m 2a m 1 A m A m 1 A m 2 A m 3 a m 3a m 2a m 1a m

22 ❹ PFC algorithm Analysis of search space P. 19/32 Search space of a formal context with 4 attributes a m am 1 a m 2 a m 3 a m 1a m a m 2a m 1 a m 3a m a m 3a m 2 a m 2a m a m 3a m 1 a m 2a m 1a m a m 3a m 2a m 1 a m 3a m 1a m a m 3a m 2a m Search space decomposition a m 3a m 2a m 1a m a m a m 1 a m 1a m a m 2 a m 2a m 1 a m 3a m 1 a m 2a m a m 3a m a m 2a m 1a m a m 3 a m 3a m 1a m a m 3a m 2 a m 3a m 2a m a m 3a m 2a m 1 A m A m 1 A m 2 A m 3 a m 3a m 2a m 1a m

23 ❹ PFC algorithm Analysis of search space P. 20/32 Definition Given an attribute a i A of the context (O, A, R), a set E, a i E. We define a i E = {{a i } X for all X E}. A k = {a k } {{a k } X i } X i A j = a k {a k+1, a k+2,, a m } k + 1 j m Problems: how to balance the size of partitions whether each partition contains closed itemsets

24 ❹ PFC algorithm A strategy of decomposition P. 21/32 Partitions (for the preceding example: formal context D) partition 1 A 8 A 7 A 6 A 5 partition 2 A 4 A 3 partition 3 A 2 partition 4 A 1 Results: not good! Nb c (partition 1 )=0 Nb c (partition 2 )=0 Nb c (partition 3 )=0 Nb c (partition 1 )=17 A solution: order the attributes Nb c (partition 1 )=6 Nb c (partition 2 )=6 Nb c (partition 3 )=4 Nb c (partition 1 )=1

25 ❹ PFC algorithm Ordered data context P. 22/32 Definition A formal context is called ordered data context if we order the items of formal context by number of objects of each item from the smallest to the biggest one, and the items with the same objects are merged as one item. Example a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a = a 5 a 8 a 6 a 7 a 4 a 3 a 2 a Formal context = Ordered data context

26 ❹ PFC algorithm Folding search sub-space P. 23/32 Definition An item a i of a formal context (O, A, R), all subsets of {a i, a i+1,..., a m 1, a m } that include a i, form a search sub-space (for closed itemset) that is called folding search sub-space (F3S) of a i, denoted F3S i. Remark The search space of closed itemsets: F3S m F3S m 1 F3S m 2 F3S m 3 F3S i F3S 1

27 ❹ PFC algorithm An example P. 24/32 step 1: (O, A, R) = (O, A, R), Ordered data context: a 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 step 2: step 3: DP = 0.5 = p 1 = 8, p 2 = 4, p 3 = 2, p 4 = 1 = p 1 a 1, p 2 a 7, p 3 a 8, p 4 a a }{{} 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 p4=1 }{{} p3=2 }{{} p2=4 } {{ } p1=8 partition 1 =[a 1, a 7 ): a 1 a 4 Partitions: choose: a 4 a 3 a 2 a 1 remain: a 5 a 8 a 6 a 7 choose: a 6 a 7 remain: a 5 a 8 partition 2 =[a 7, a 8 ): a 7 a 6 choose: a 8 remain: a 5 partition 3 =[a 8, a 5 ): a 8 choose: a 5 remain: partition 4 =[a 5 ): a 5 Search the closed itemsets in each partition separately: [a 1, a 7 ): a 1, a 2 a 1, a 3 a 1, a 3 a 2 a 1, a 4 a 1, a 4 a 3 a 1 [a 7, a 8 ): a 7 a 1, a 7 a 2 a 1, a 6 a 4 a 1, a 6 a 4 a 2 a 1, a 6 a 4 a 3 a 1, a 6 a 4 a 3 a 2 a 1 [a 8, a 5 ): a 8 a 7 a 1, a 8 a 7 a 2 a 1, a 8 a 7 a 3 a 1, a 8 a 7 a 3 a 2 a 1 [a 5 ): a 5 a 4 a 3 a 1

28 ❹ PFC algorithm An example P. 24/32 step 1: (O, A, R) = (O, A, R), Ordered data context: a 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 step 2: step 3: DP = 0.5 = p 1 = 8, p 2 = 4, p 3 = 2, p 4 = 1 = p 1 a 1, p 2 a 7, p 3 a 8, p 4 a a }{{} 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 p4=1 }{{} p3=2 }{{} p2=4 } {{ } p1=8 partition 1 =[a 1, a 7 ): a 1 a 4 Partitions: choose: a 4 a 3 a 2 a 1 remain: a 5 a 8 a 6 a 7 choose: a 6 a 7 remain: a 5 a 8 partition 2 =[a 7, a 8 ): a 7 a 6 choose: a 8 remain: a 5 partition 3 =[a 8, a 5 ): a 8 choose: a 5 remain: partition 4 =[a 5 ): a 5 Search the closed itemsets in each partition separately: [a 1, a 7 ): a 1, a 2 a 1, a 3 a 1, a 3 a 2 a 1, a 4 a 1, a 4 a 3 a 1 [a 7, a 8 ): a 7 a 1, a 7 a 2 a 1, a 6 a 4 a 1, a 6 a 4 a 2 a 1, a 6 a 4 a 3 a 1, a 6 a 4 a 3 a 2 a 1 [a 8, a 5 ): a 8 a 7 a 1, a 8 a 7 a 2 a 1, a 8 a 7 a 3 a 1, a 8 a 7 a 3 a 2 a 1 [a 5 ): a 5 a 4 a 3 a 1

29 ❹ PFC algorithm An example P. 24/32 step 1: (O, A, R) = (O, A, R), Ordered data context: a 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 step 2: step 3: DP = 0.5 = p 1 = 8, p 2 = 4, p 3 = 2, p 4 = 1 = p 1 a 1, p 2 a 7, p 3 a 8, p 4 a a }{{} 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 p4=1 }{{} p3=2 }{{} p2=4 } {{ } p1=8 partition 1 =[a 1, a 7 ): a 1 a 4 Partitions: choose: a 4 a 3 a 2 a 1 remain: a 5 a 8 a 6 a 7 choose: a 6 a 7 remain: a 5 a 8 partition 2 =[a 7, a 8 ): a 7 a 6 choose: a 8 remain: a 5 partition 3 =[a 8, a 5 ): a 8 choose: a 5 remain: partition 4 =[a 5 ): a 5 Search the closed itemsets in each partition separately: [a 1, a 7 ): a 1, a 2 a 1, a 3 a 1, a 3 a 2 a 1, a 4 a 1, a 4 a 3 a 1 [a 7, a 8 ): a 7 a 1, a 7 a 2 a 1, a 6 a 4 a 1, a 6 a 4 a 2 a 1, a 6 a 4 a 3 a 1, a 6 a 4 a 3 a 2 a 1 [a 8, a 5 ): a 8 a 7 a 1, a 8 a 7 a 2 a 1, a 8 a 7 a 3 a 1, a 8 a 7 a 3 a 2 a 1 [a 5 ): a 5 a 4 a 3 a 1

30 ❹ PFC algorithm An example P. 24/32 step 1: (O, A, R) = (O, A, R), Ordered data context: a 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 step 2: step 3: DP = 0.5 = p 1 = 8, p 2 = 4, p 3 = 2, p 4 = 1 = p 1 a 1, p 2 a 7, p 3 a 8, p 4 a a }{{} 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 p4=1 }{{} p3=2 }{{} p2=4 } {{ } p1=8 partition 1 =[a 1, a 7 ): a 1 a 4 Partitions: choose: a 4 a 3 a 2 a 1 remain: a 5 a 8 a 6 a 7 choose: a 6 a 7 remain: a 5 a 8 partition 2 =[a 7, a 8 ): a 7 a 6 choose: a 8 remain: a 5 partition 3 =[a 8, a 5 ): a 8 choose: a 5 remain: partition 4 =[a 5 ): a 5 Search the closed itemsets in each partition separately: [a 1, a 7 ): a 1, a 2 a 1, a 3 a 1, a 3 a 2 a 1, a 4 a 1, a 4 a 3 a 1 [a 7, a 8 ): a 7 a 1, a 7 a 2 a 1, a 6 a 4 a 1, a 6 a 4 a 2 a 1, a 6 a 4 a 3 a 1, a 6 a 4 a 3 a 2 a 1 [a 8, a 5 ): a 8 a 7 a 1, a 8 a 7 a 2 a 1, a 8 a 7 a 3 a 1, a 8 a 7 a 3 a 2 a 1 [a 5 ): a 5 a 4 a 3 a 1

31 ❹ PFC algorithm An example P. 24/32 step 1: (O, A, R) = (O, A, R), Ordered data context: a 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 step 2: step 3: DP = 0.5 = p 1 = 8, p 2 = 4, p 3 = 2, p 4 = 1 = p 1 a 1, p 2 a 7, p 3 a 8, p 4 a a }{{} 5 a 8 a 6 a 7 a 4 a 3 a 2 a 1 p4=1 }{{} p3=2 }{{} p2=4 } {{ } p1=8 partition 1 =[a 1, a 7 ): a 1 a 4 Partitions: choose: a 4 a 3 a 2 a 1 remain: a 5 a 8 a 6 a 7 choose: a 6 a 7 remain: a 5 a 8 partition 2 =[a 7, a 8 ): a 7 a 6 choose: a 8 remain: a 5 partition 3 =[a 8, a 5 ): a 8 choose: a 5 remain: partition 4 =[a 5 ): a 5 Search the closed itemsets in each partition separately: [a 1, a 7 ): a 1, a 2 a 1, a 3 a 1, a 3 a 2 a 1, a 4 a 1, a 4 a 3 a 1 [a 7, a 8 ): a 7 a 1, a 7 a 2 a 1, a 6 a 4 a 1, a 6 a 4 a 2 a 1, a 6 a 4 a 3 a 1, a 6 a 4 a 3 a 2 a 1 [a 8, a 5 ): a 8 a 7 a 1, a 8 a 7 a 2 a 1, a 8 a 7 a 3 a 1, a 8 a 7 a 3 a 2 a 1 [a 5 ): a 5 a 4 a 3 a 1

32 ❹ PFC algorithm The principle of PFC P. 25/32 PFC algorithm has two steps: 1) Determining the partitions 2) Generating independently all frequent closed itemsets of each partition Failure divide-and-conquer Success

33 ❹ PFC algorithm Determining the partitions P. 26/32 (O, A, R) (O, A, R) where A = {a 1, a 2..., a i,..., a m } Some items of A are chosen to form an order set P P = {a P T, a P T 1..., a P k,..., a P 1 }, P = T, a P k A a P T < a P T 1 <... < a P k <... < a P 2 < a P 1 = a m DP is used to choose a P k (0 < DP < 1) DP= {a 1,,a P k } {a 1,,a P k 1 } The partitions: [a P k, a P k+1 ) and [a P T ) Interval [a Pk, a Pk+1 ) is the search space from item a Pk ) [a Pk, a Pk+1 = (F 3S i ) P k i<p k+1 P T ) [a PT = F3S PT to a Pk+1

34 ❹ PFC algorithm Generating FCIs in each partition P. 27/32 Definition Given an itemset A 1 A, A 1 = {b 1, b 2,..., b i,..., b k }, b i A. A 1 is an infrequent itemset. The candidate of next closed itemset of A 1, noted CA 1, is A 1 a i = (A 1 (a 1, a 2,..., a i 1 ) {a i }), where a i < b k and a i / A 1, a i is the biggest one of A with A 1 < A 1 a i following the order: a 1 <... < a i <... < a m. Partitions are independent and non-overlapped For each partition, from an itemset A 1 If A 1 minsupport, we search the next closure of A 1 If A 1 < minsupport, we search C A 1. The closed itemsets between A 1 and CA 1 are ignored

35 ❹ PFC algorithm An example P. 28/32 Search FCIs with PFC a m 3 a m 4 a m 3a m 1 a m 3 a m 2 a m 3 a m a m 3 a m 2 a m a m 3 a m 1 a m a m 3 a m 2 a m 1 a m 3 a m 2 a m 1 a m

36 ❹ PFC algorithm Theoretical comparison P. 29/32 Extended comparison of [BenYahia and Mephu, 04] Comparison Algorithm Format Technique Architecture Parallelism A-CLOSE horizontal Generate-and-test Sequential no CLOSET+ horizontal Hybrid, FP-tree Sequential no CHARM vertical Hybrid, IT-tree, diffset Sequential no PFC relational Hybrid, partition Distributed yes

37 ❹ PFC algorithm Experimentation P. 30/32 Many FCI algorithms were compared in [FIMI03] In order to get a reference of the performance of PFC C++ for CLOSET+ vs Java for PFC Sequential architecture Data Objects Items Minsupport FCI PFC (msec) CLOSET+ Ref. audiology soybean-small lung-cancer promoters soybean-large dermatology breast-cancer-wis kr-vs-kp agaricus-lepiota connect Discussion 3 contexts with good results Density or A >> O

38 ❺ Conclusion 1 Introduction 2 Concept lattice 3 Mining frequent closed itemsets 4 PFC algorithm 5 Conclusion

39 ❺ Conclusion Conclusion P. 32/32 PFC: a scalable algorithm PFC algorithm can be used to generate FCIs Preliminary performance results show that PFC is suitable for large data One limitation of PFC: formal context can be loaded in memory Perspectives Analyze context characteristic Optimize the parameter of algorithms Parallel and distributed environment Application

Outline. Fast Algorithms for Mining Association Rules. Applications of Data Mining. Data Mining. Association Rule. Discussion

Outline. Fast Algorithms for Mining Association Rules. Applications of Data Mining. Data Mining. Association Rule. Discussion Outline Fast Algorithms for Mining Association Rules Rakesh Agrawal Ramakrishnan Srikant Introduction Algorithm Apriori Algorithm AprioriTid Comparison of Algorithms Conclusion Presenter: Dan Li Discussion:

More information

Data Mining. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of Computer Science

Data Mining. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of Computer Science Data Mining Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Department of Computer Science 2016 2017 Road map The Apriori algorithm Step 1: Mining all frequent

More information

Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 6

Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 6 Data Mining: Concepts and Techniques (3 rd ed.) Chapter 6 Jiawei Han, Micheline Kamber, and Jian Pei University of Illinois at Urbana-Champaign & Simon Fraser University 2013 Han, Kamber & Pei. All rights

More information

Formal Concept Analysis

Formal Concept Analysis Formal Concept Analysis 2 Closure Systems and Implications 4 Closure Systems Concept intents as closed sets c e b 2 a 1 3 1 2 3 a b c e 20.06.2005 2 Next-Closure was developed by B. Ganter (1984). Itcanbeused

More information

Chapter 6. Frequent Pattern Mining: Concepts and Apriori. Meng Jiang CSE 40647/60647 Data Science Fall 2017 Introduction to Data Mining

Chapter 6. Frequent Pattern Mining: Concepts and Apriori. Meng Jiang CSE 40647/60647 Data Science Fall 2017 Introduction to Data Mining Chapter 6. Frequent Pattern Mining: Concepts and Apriori Meng Jiang CSE 40647/60647 Data Science Fall 2017 Introduction to Data Mining Pattern Discovery: Definition What are patterns? Patterns: A set of

More information

Distributed Mining of Frequent Closed Itemsets: Some Preliminary Results

Distributed Mining of Frequent Closed Itemsets: Some Preliminary Results Distributed Mining of Frequent Closed Itemsets: Some Preliminary Results Claudio Lucchese Ca Foscari University of Venice clucches@dsi.unive.it Raffaele Perego ISTI-CNR of Pisa perego@isti.cnr.it Salvatore

More information

Data Mining Concepts & Techniques

Data Mining Concepts & Techniques Data Mining Concepts & Techniques Lecture No. 04 Association Analysis Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro

More information

Association Rule. Lecturer: Dr. Bo Yuan. LOGO

Association Rule. Lecturer: Dr. Bo Yuan. LOGO Association Rule Lecturer: Dr. Bo Yuan LOGO E-mail: yuanb@sz.tsinghua.edu.cn Overview Frequent Itemsets Association Rules Sequential Patterns 2 A Real Example 3 Market-Based Problems Finding associations

More information

Apriori algorithm. Seminar of Popular Algorithms in Data Mining and Machine Learning, TKK. Presentation Lauri Lahti

Apriori algorithm. Seminar of Popular Algorithms in Data Mining and Machine Learning, TKK. Presentation Lauri Lahti Apriori algorithm Seminar of Popular Algorithms in Data Mining and Machine Learning, TKK Presentation 12.3.2008 Lauri Lahti Association rules Techniques for data mining and knowledge discovery in databases

More information

CS 484 Data Mining. Association Rule Mining 2

CS 484 Data Mining. Association Rule Mining 2 CS 484 Data Mining Association Rule Mining 2 Review: Reducing Number of Candidates Apriori principle: If an itemset is frequent, then all of its subsets must also be frequent Apriori principle holds due

More information

732A61/TDDD41 Data Mining - Clustering and Association Analysis

732A61/TDDD41 Data Mining - Clustering and Association Analysis 732A61/TDDD41 Data Mining - Clustering and Association Analysis Lecture 6: Association Analysis I Jose M. Peña IDA, Linköping University, Sweden 1/14 Outline Content Association Rules Frequent Itemsets

More information

Association Rules. Acknowledgements. Some parts of these slides are modified from. n C. Clifton & W. Aref, Purdue University

Association Rules. Acknowledgements. Some parts of these slides are modified from. n C. Clifton & W. Aref, Purdue University Association Rules CS 5331 by Rattikorn Hewett Texas Tech University 1 Acknowledgements Some parts of these slides are modified from n C. Clifton & W. Aref, Purdue University 2 1 Outline n Association Rule

More information

ASSOCIATION ANALYSIS FREQUENT ITEMSETS MINING. Alexandre Termier, LIG

ASSOCIATION ANALYSIS FREQUENT ITEMSETS MINING. Alexandre Termier, LIG ASSOCIATION ANALYSIS FREQUENT ITEMSETS MINING, LIG M2 SIF DMV course 207/208 Market basket analysis Analyse supermarket s transaction data Transaction = «market basket» of a customer Find which items are

More information

Association Rules. Fundamentals

Association Rules. Fundamentals Politecnico di Torino Politecnico di Torino 1 Association rules Objective extraction of frequent correlations or pattern from a transactional database Tickets at a supermarket counter Association rule

More information

CS 584 Data Mining. Association Rule Mining 2

CS 584 Data Mining. Association Rule Mining 2 CS 584 Data Mining Association Rule Mining 2 Recall from last time: Frequent Itemset Generation Strategies Reduce the number of candidates (M) Complete search: M=2 d Use pruning techniques to reduce M

More information

D B M G Data Base and Data Mining Group of Politecnico di Torino

D B M G Data Base and Data Mining Group of Politecnico di Torino Data Base and Data Mining Group of Politecnico di Torino Politecnico di Torino Association rules Objective extraction of frequent correlations or pattern from a transactional database Tickets at a supermarket

More information

CSE 5243 INTRO. TO DATA MINING

CSE 5243 INTRO. TO DATA MINING CSE 5243 INTRO. TO DATA MINING Mining Frequent Patterns and Associations: Basic Concepts (Chapter 6) Huan Sun, CSE@The Ohio State University Slides adapted from Prof. Jiawei Han @UIUC, Prof. Srinivasan

More information

D B M G. Association Rules. Fundamentals. Fundamentals. Elena Baralis, Silvia Chiusano. Politecnico di Torino 1. Definitions.

D B M G. Association Rules. Fundamentals. Fundamentals. Elena Baralis, Silvia Chiusano. Politecnico di Torino 1. Definitions. Definitions Data Base and Data Mining Group of Politecnico di Torino Politecnico di Torino Itemset is a set including one or more items Example: {Beer, Diapers} k-itemset is an itemset that contains k

More information

D B M G. Association Rules. Fundamentals. Fundamentals. Association rules. Association rule mining. Definitions. Rule quality metrics: example

D B M G. Association Rules. Fundamentals. Fundamentals. Association rules. Association rule mining. Definitions. Rule quality metrics: example Association rules Data Base and Data Mining Group of Politecnico di Torino Politecnico di Torino Objective extraction of frequent correlations or pattern from a transactional database Tickets at a supermarket

More information

Frequent Pattern Mining: Exercises

Frequent Pattern Mining: Exercises Frequent Pattern Mining: Exercises Christian Borgelt School of Computer Science tto-von-guericke-university of Magdeburg Universitätsplatz 2, 39106 Magdeburg, Germany christian@borgelt.net http://www.borgelt.net/

More information

Lecture Notes for Chapter 6. Introduction to Data Mining

Lecture Notes for Chapter 6. Introduction to Data Mining Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004

More information

Association Rules Information Retrieval and Data Mining. Prof. Matteo Matteucci

Association Rules Information Retrieval and Data Mining. Prof. Matteo Matteucci Association Rules Information Retrieval and Data Mining Prof. Matteo Matteucci Learning Unsupervised Rules!?! 2 Market-Basket Transactions 3 Bread Peanuts Milk Fruit Jam Bread Jam Soda Chips Milk Fruit

More information

DATA MINING LECTURE 3. Frequent Itemsets Association Rules

DATA MINING LECTURE 3. Frequent Itemsets Association Rules DATA MINING LECTURE 3 Frequent Itemsets Association Rules This is how it all started Rakesh Agrawal, Tomasz Imielinski, Arun N. Swami: Mining Association Rules between Sets of Items in Large Databases.

More information

Machine Learning: Pattern Mining

Machine Learning: Pattern Mining Machine Learning: Pattern Mining Information Systems and Machine Learning Lab (ISMLL) University of Hildesheim Wintersemester 2007 / 2008 Pattern Mining Overview Itemsets Task Naive Algorithm Apriori Algorithm

More information

Frequent Itemset Mining

Frequent Itemset Mining ì 1 Frequent Itemset Mining Nadjib LAZAAR LIRMM- UM COCONUT Team (PART I) IMAGINA 17/18 Webpage: http://www.lirmm.fr/~lazaar/teaching.html Email: lazaar@lirmm.fr 2 Data Mining ì Data Mining (DM) or Knowledge

More information

COMP 5331: Knowledge Discovery and Data Mining

COMP 5331: Knowledge Discovery and Data Mining COMP 5331: Knowledge Discovery and Data Mining Acknowledgement: Slides modified by Dr. Lei Chen based on the slides provided by Jiawei Han, Micheline Kamber, and Jian Pei And slides provide by Raymond

More information

CS 412 Intro. to Data Mining

CS 412 Intro. to Data Mining CS 412 Intro. to Data Mining Chapter 6. Mining Frequent Patterns, Association and Correlations: Basic Concepts and Methods Jiawei Han, Computer Science, Univ. Illinois at Urbana -Champaign, 2017 1 2 3

More information

Encyclopedia of Machine Learning Chapter Number Book CopyRight - Year 2010 Frequent Pattern. Given Name Hannu Family Name Toivonen

Encyclopedia of Machine Learning Chapter Number Book CopyRight - Year 2010 Frequent Pattern. Given Name Hannu Family Name Toivonen Book Title Encyclopedia of Machine Learning Chapter Number 00403 Book CopyRight - Year 2010 Title Frequent Pattern Author Particle Given Name Hannu Family Name Toivonen Suffix Email hannu.toivonen@cs.helsinki.fi

More information

CS5112: Algorithms and Data Structures for Applications

CS5112: Algorithms and Data Structures for Applications CS5112: Algorithms and Data Structures for Applications Lecture 19: Association rules Ramin Zabih Some content from: Wikipedia/Google image search; Harrington; J. Leskovec, A. Rajaraman, J. Ullman: Mining

More information

CSE 5243 INTRO. TO DATA MINING

CSE 5243 INTRO. TO DATA MINING CSE 5243 INTRO. TO DATA MINING Mining Frequent Patterns and Associations: Basic Concepts (Chapter 6) Huan Sun, CSE@The Ohio State University 10/17/2017 Slides adapted from Prof. Jiawei Han @UIUC, Prof.

More information

CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014

CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014 CS4445 Data Mining and Knowledge Discovery in Databases. B Term 2014 Solutions Exam 2 - December 15, 2014 Prof. Carolina Ruiz Department of Computer Science Worcester Polytechnic Institute NAME: Prof.

More information

Assignment 7 (Sol.) Introduction to Data Analytics Prof. Nandan Sudarsanam & Prof. B. Ravindran

Assignment 7 (Sol.) Introduction to Data Analytics Prof. Nandan Sudarsanam & Prof. B. Ravindran Assignment 7 (Sol.) Introduction to Data Analytics Prof. Nandan Sudarsanam & Prof. B. Ravindran 1. Let X, Y be two itemsets, and let denote the support of itemset X. Then the confidence of the rule X Y,

More information

Chapters 6 & 7, Frequent Pattern Mining

Chapters 6 & 7, Frequent Pattern Mining CSI 4352, Introduction to Data Mining Chapters 6 & 7, Frequent Pattern Mining Young-Rae Cho Associate Professor Department of Computer Science Baylor University CSI 4352, Introduction to Data Mining Chapters

More information

Zijian Zheng, Ron Kohavi, and Llew Mason. Blue Martini Software San Mateo, California

Zijian Zheng, Ron Kohavi, and Llew Mason. Blue Martini Software San Mateo, California 1 Zijian Zheng, Ron Kohavi, and Llew Mason {zijian,ronnyk,lmason}@bluemartini.com Blue Martini Software San Mateo, California August 11, 2001 Copyright 2000-2001, Blue Martini Software. San Mateo California,

More information

Correlation Preserving Unsupervised Discretization. Outline

Correlation Preserving Unsupervised Discretization. Outline Correlation Preserving Unsupervised Discretization Jee Vang Outline Paper References What is discretization? Motivation Principal Component Analysis (PCA) Association Mining Correlation Preserving Discretization

More information

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany

Lars Schmidt-Thieme, Information Systems and Machine Learning Lab (ISMLL), University of Hildesheim, Germany Syllabus Fri. 21.10. (1) 0. Introduction A. Supervised Learning: Linear Models & Fundamentals Fri. 27.10. (2) A.1 Linear Regression Fri. 3.11. (3) A.2 Linear Classification Fri. 10.11. (4) A.3 Regularization

More information

DATA MINING - 1DL360

DATA MINING - 1DL360 DATA MINING - DL360 Fall 200 An introductory class in data mining http://www.it.uu.se/edu/course/homepage/infoutv/ht0 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology, Uppsala

More information

DATA MINING - 1DL360

DATA MINING - 1DL360 DATA MINING - 1DL36 Fall 212" An introductory class in data mining http://www.it.uu.se/edu/course/homepage/infoutv/ht12 Kjell Orsborn Uppsala Database Laboratory Department of Information Technology, Uppsala

More information

Meelis Kull Autumn Meelis Kull - Autumn MTAT Data Mining - Lecture 05

Meelis Kull Autumn Meelis Kull - Autumn MTAT Data Mining - Lecture 05 Meelis Kull meelis.kull@ut.ee Autumn 2017 1 Sample vs population Example task with red and black cards Statistical terminology Permutation test and hypergeometric test Histogram on a sample vs population

More information

Data Mining and Analysis: Fundamental Concepts and Algorithms

Data Mining and Analysis: Fundamental Concepts and Algorithms Data Mining and Analysis: Fundamental Concepts and Algorithms dataminingbook.info Mohammed J. Zaki 1 Wagner Meira Jr. 2 1 Department of Computer Science Rensselaer Polytechnic Institute, Troy, NY, USA

More information

Data Analytics Beyond OLAP. Prof. Yanlei Diao

Data Analytics Beyond OLAP. Prof. Yanlei Diao Data Analytics Beyond OLAP Prof. Yanlei Diao OPERATIONAL DBs DB 1 DB 2 DB 3 EXTRACT TRANSFORM LOAD (ETL) METADATA STORE DATA WAREHOUSE SUPPORTS OLAP DATA MINING INTERACTIVE DATA EXPLORATION Overview of

More information

Frequent Itemset Mining

Frequent Itemset Mining Frequent Itemset Mining prof. dr Arno Siebes Algorithmic Data Analysis Group Department of Information and Computing Sciences Universiteit Utrecht Battling Size The previous time we saw that Big Data has

More information

FP-growth and PrefixSpan

FP-growth and PrefixSpan FP-growth and PrefixSpan n Challenges of Frequent Pattern Mining n Improving Apriori n Fp-growth n Fp-tree n Mining frequent patterns with FP-tree n PrefixSpan Challenges of Frequent Pattern Mining n Challenges

More information

Unit II Association Rules

Unit II Association Rules Unit II Association Rules Basic Concepts Frequent Pattern Analysis Frequent pattern: a pattern (a set of items, subsequences, substructures, etc.) that occurs frequently in a data set Frequent Itemset

More information

FREQUENT PATTERN SPACE MAINTENANCE: THEORIES & ALGORITHMS

FREQUENT PATTERN SPACE MAINTENANCE: THEORIES & ALGORITHMS FREQUENT PATTERN SPACE MAINTENANCE: THEORIES & ALGORITHMS FENG MENGLING SCHOOL OF ELECTRICAL & ELECTRONIC ENGINEERING NANYANG TECHNOLOGICAL UNIVERSITY 2009 FREQUENT PATTERN SPACE MAINTENANCE: THEORIES

More information

Concepts of a Discrete Random Variable

Concepts of a Discrete Random Variable Concepts of a Discrete Random Variable Richard Emilion Laboratoire MAPMO, Université d Orléans, B.P. 6759 45067 Orléans Cedex 2, France, richard.emilion@univ-orleans.fr Abstract. A formal concept is defined

More information

Mining alpha/beta concepts as relevant bi-sets from transactional data

Mining alpha/beta concepts as relevant bi-sets from transactional data Mining alpha/beta concepts as relevant bi-sets from transactional data Jérémy Besson 1,2, Céline Robardet 3, and Jean-François Boulicaut 1 1 INSA Lyon, LIRIS CNRS FRE 2672, F-69621 Villeurbanne cedex,

More information

COMP 5331: Knowledge Discovery and Data Mining

COMP 5331: Knowledge Discovery and Data Mining COMP 5331: Knowledge Discovery and Data Mining Acknowledgement: Slides modified by Dr. Lei Chen based on the slides provided by Tan, Steinbach, Kumar And Jiawei Han, Micheline Kamber, and Jian Pei 1 10

More information

Association Analysis Part 2. FP Growth (Pei et al 2000)

Association Analysis Part 2. FP Growth (Pei et al 2000) Association Analysis art 2 Sanjay Ranka rofessor Computer and Information Science and Engineering University of Florida F Growth ei et al 2 Use a compressed representation of the database using an F-tree

More information

DATA MINING LECTURE 4. Frequent Itemsets, Association Rules Evaluation Alternative Algorithms

DATA MINING LECTURE 4. Frequent Itemsets, Association Rules Evaluation Alternative Algorithms DATA MINING LECTURE 4 Frequent Itemsets, Association Rules Evaluation Alternative Algorithms RECAP Mining Frequent Itemsets Itemset A collection of one or more items Example: {Milk, Bread, Diaper} k-itemset

More information

Sequential Pattern Mining

Sequential Pattern Mining Sequential Pattern Mining Lecture Notes for Chapter 7 Introduction to Data Mining Tan, Steinbach, Kumar From itemsets to sequences Frequent itemsets and association rules focus on transactions and the

More information

CSE-4412(M) Midterm. There are five major questions, each worth 10 points, for a total of 50 points. Points for each sub-question are as indicated.

CSE-4412(M) Midterm. There are five major questions, each worth 10 points, for a total of 50 points. Points for each sub-question are as indicated. 22 February 2007 CSE-4412(M) Midterm p. 1 of 12 CSE-4412(M) Midterm Sur / Last Name: Given / First Name: Student ID: Instructor: Parke Godfrey Exam Duration: 75 minutes Term: Winter 2007 Answer the following

More information

Data preprocessing. DataBase and Data Mining Group 1. Data set types. Tabular Data. Document Data. Transaction Data. Ordered Data

Data preprocessing. DataBase and Data Mining Group 1. Data set types. Tabular Data. Document Data. Transaction Data. Ordered Data Elena Baralis and Tania Cerquitelli Politecnico di Torino Data set types Record Tables Document Data Transaction Data Graph World Wide Web Molecular Structures Ordered Spatial Data Temporal Data Sequential

More information

OPPA European Social Fund Prague & EU: We invest in your future.

OPPA European Social Fund Prague & EU: We invest in your future. OPPA European Social Fund Prague & EU: We invest in your future. Frequent itemsets, association rules Jiří Kléma Department of Cybernetics, Czech Technical University in Prague http://ida.felk.cvut.cz

More information

Positive Borders or Negative Borders: How to Make Lossless Generator Based Representations Concise

Positive Borders or Negative Borders: How to Make Lossless Generator Based Representations Concise Positive Borders or Negative Borders: How to Make Lossless Generator Based Representations Concise Guimei Liu 1,2 Jinyan Li 1 Limsoon Wong 2 Wynne Hsu 2 1 Institute for Infocomm Research, Singapore 2 School

More information

Association Analysis: Basic Concepts. and Algorithms. Lecture Notes for Chapter 6. Introduction to Data Mining

Association Analysis: Basic Concepts. and Algorithms. Lecture Notes for Chapter 6. Introduction to Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar Tan,Steinbach, Kumar Introduction to Data Mining 4/18/2004 1 Association

More information

Lecture Notes for Chapter 6. Introduction to Data Mining. (modified by Predrag Radivojac, 2017)

Lecture Notes for Chapter 6. Introduction to Data Mining. (modified by Predrag Radivojac, 2017) Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar (modified by Predrag Radivojac, 27) Association Rule Mining Given a set of transactions, find rules that will predict the

More information

A Global Constraint for Closed Frequent Pattern Mining

A Global Constraint for Closed Frequent Pattern Mining A Global Constraint for Closed Frequent Pattern Mining N. Lazaar 1, Y. Lebbah 2, S. Loudni 3, M. Maamar 1,2, V. Lemière 3, C. Bessiere 1, P. Boizumault 3 1 LIRMM, University of Montpellier, France 2 LITIO,

More information

Association Rule Mining on Web

Association Rule Mining on Web Association Rule Mining on Web What Is Association Rule Mining? Association rule mining: Finding interesting relationships among items (or objects, events) in a given data set. Example: Basket data analysis

More information

Association Analysis. Part 1

Association Analysis. Part 1 Association Analysis Part 1 1 Market-basket analysis DATA: A large set of items: e.g., products sold in a supermarket A large set of baskets: e.g., each basket represents what a customer bought in one

More information

Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar

Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar Data Mining Chapter 5 Association Analysis: Basic Concepts Introduction to Data Mining, 2 nd Edition by Tan, Steinbach, Karpatne, Kumar 2/3/28 Introduction to Data Mining Association Rule Mining Given

More information

Detecting Anomalous and Exceptional Behaviour on Credit Data by means of Association Rules. M. Delgado, M.D. Ruiz, M.J. Martin-Bautista, D.

Detecting Anomalous and Exceptional Behaviour on Credit Data by means of Association Rules. M. Delgado, M.D. Ruiz, M.J. Martin-Bautista, D. Detecting Anomalous and Exceptional Behaviour on Credit Data by means of Association Rules M. Delgado, M.D. Ruiz, M.J. Martin-Bautista, D. Sánchez 18th September 2013 Detecting Anom and Exc Behaviour on

More information

Removing trivial associations in association rule discovery

Removing trivial associations in association rule discovery Removing trivial associations in association rule discovery Geoffrey I. Webb and Songmao Zhang School of Computing and Mathematics, Deakin University Geelong, Victoria 3217, Australia Abstract Association

More information

10/19/2017 MIST.6060 Business Intelligence and Data Mining 1. Association Rules

10/19/2017 MIST.6060 Business Intelligence and Data Mining 1. Association Rules 10/19/2017 MIST6060 Business Intelligence and Data Mining 1 Examples of Association Rules Association Rules Sixty percent of customers who buy sheets and pillowcases order a comforter next, followed by

More information

1 Frequent Pattern Mining

1 Frequent Pattern Mining Decision Support Systems MEIC - Alameda 2010/2011 Homework #5 Due date: 31.Oct.2011 1 Frequent Pattern Mining 1. The Apriori algorithm uses prior knowledge about subset support properties. In particular,

More information

Handling a Concept Hierarchy

Handling a Concept Hierarchy Food Electronics Handling a Concept Hierarchy Bread Milk Computers Home Wheat White Skim 2% Desktop Laptop Accessory TV DVD Foremost Kemps Printer Scanner Data Mining: Association Rules 5 Why should we

More information

Σοφια: how to make FCA polynomial?

Σοφια: how to make FCA polynomial? Σοφια: how to make FCA polynomial? Aleksey Buzmakov 1,2, Sergei Kuznetsov 2, and Amedeo Napoli 1 1 LORIA (CNRS Inria NGE Université de Lorraine), Vandœuvre-lès-Nancy, France 2 National Research University

More information

Pattern Space Maintenance for Data Updates. and Interactive Mining

Pattern Space Maintenance for Data Updates. and Interactive Mining Pattern Space Maintenance for Data Updates and Interactive Mining Mengling Feng, 1,3,4 Guozhu Dong, 2 Jinyan Li, 1 Yap-Peng Tan, 1 Limsoon Wong 3 1 Nanyang Technological University, 2 Wright State University

More information

.. Cal Poly CSC 466: Knowledge Discovery from Data Alexander Dekhtyar..

.. Cal Poly CSC 466: Knowledge Discovery from Data Alexander Dekhtyar.. .. Cal Poly CSC 4: Knowledge Discovery from Data Alexander Dekhtyar.. Data Mining: Mining Association Rules Examples Course Enrollments Itemset. I = { CSC3, CSC3, CSC40, CSC40, CSC4, CSC44, CSC4, CSC44,

More information

Mining Approximative Descriptions of Sets Using Rough Sets

Mining Approximative Descriptions of Sets Using Rough Sets Mining Approximative Descriptions of Sets Using Rough Sets Dan A. Simovici University of Massachusetts Boston, Dept. of Computer Science, 100 Morrissey Blvd. Boston, Massachusetts, 02125 USA dsim@cs.umb.edu

More information

Data Mining and Knowledge Discovery. Petra Kralj Novak. 2011/11/29

Data Mining and Knowledge Discovery. Petra Kralj Novak. 2011/11/29 Data Mining and Knowledge Discovery Petra Kralj Novak Petra.Kralj.Novak@ijs.si 2011/11/29 1 Practice plan 2011/11/08: Predictive data mining 1 Decision trees Evaluating classifiers 1: separate test set,

More information

Foreword. Grammatical inference. Examples of sequences. Sources. Example of problems expressed by sequences Switching the light

Foreword. Grammatical inference. Examples of sequences. Sources. Example of problems expressed by sequences Switching the light Foreword Vincent Claveau IRISA - CNRS Rennes, France In the course of the course supervised symbolic machine learning technique concept learning (i.e. 2 classes) INSA 4 Sources s of sequences Slides and

More information

Unsupervised Learning. k-means Algorithm

Unsupervised Learning. k-means Algorithm Unsupervised Learning Supervised Learning: Learn to predict y from x from examples of (x, y). Performance is measured by error rate. Unsupervised Learning: Learn a representation from exs. of x. Learn

More information

On the Mining of Numerical Data with Formal Concept Analysis

On the Mining of Numerical Data with Formal Concept Analysis On the Mining of Numerical Data with Formal Concept Analysis Thèse de doctorat en informatique Mehdi Kaytoue 22 April 2011 Amedeo Napoli Sébastien Duplessis Somewhere... in a temperate forest... N 2 /

More information

Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval. Sargur Srihari University at Buffalo The State University of New York

Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval. Sargur Srihari University at Buffalo The State University of New York Reductionist View: A Priori Algorithm and Vector-Space Text Retrieval Sargur Srihari University at Buffalo The State University of New York 1 A Priori Algorithm for Association Rule Learning Association

More information

Mining Molecular Fragments: Finding Relevant Substructures of Molecules

Mining Molecular Fragments: Finding Relevant Substructures of Molecules Mining Molecular Fragments: Finding Relevant Substructures of Molecules Christian Borgelt, Michael R. Berthold Proc. IEEE International Conference on Data Mining, 2002. ICDM 2002. Lecturers: Carlo Cagli

More information

On Condensed Representations of Constrained Frequent Patterns

On Condensed Representations of Constrained Frequent Patterns Under consideration for publication in Knowledge and Information Systems On Condensed Representations of Constrained Frequent Patterns Francesco Bonchi 1 and Claudio Lucchese 2 1 KDD Laboratory, ISTI Area

More information

Frequent Itemset Mining

Frequent Itemset Mining 1 Frequent Itemset Mining Nadjib LAZAAR LIRMM- UM IMAGINA 15/16 2 Frequent Itemset Mining: Motivations Frequent Itemset Mining is a method for market basket analysis. It aims at finding regulariges in

More information

An Introduction to Formal Concept Analysis

An Introduction to Formal Concept Analysis An Introduction to Formal Concept Analysis Mehdi Kaytoue Mehdi Kaytoue mehdi.kaytoue@insa-lyon.fr http://liris.cnrs.fr/mehdi.kaytoue October 29 th 2013 The Knowledge Discovery Process Identified domain(s)

More information

Using transposition for pattern discovery from microarray data

Using transposition for pattern discovery from microarray data Using transposition for pattern discovery from microarray data François Rioult GREYC CNRS UMR 6072 Université de Caen F-14032 Caen, France frioult@info.unicaen.fr Jean-François Boulicaut LIRIS CNRS FRE

More information

A generalized framework to consider positive and negative attributes in formal concept analysis.

A generalized framework to consider positive and negative attributes in formal concept analysis. A generalized framework to consider positive and negative attributes in formal concept analysis. J. M. Rodriguez-Jimenez, P. Cordero, M. Enciso and A. Mora Universidad de Málaga, Andalucía Tech, Spain.

More information

Constraint-based Subspace Clustering

Constraint-based Subspace Clustering Constraint-based Subspace Clustering Elisa Fromont 1, Adriana Prado 2 and Céline Robardet 1 1 Université de Lyon, France 2 Universiteit Antwerpen, Belgium Thursday, April 30 Traditional Clustering Partitions

More information

An Efficient Algorithm for Enumerating Closed Patterns in Transaction Databases

An Efficient Algorithm for Enumerating Closed Patterns in Transaction Databases An Efficient Algorithm for Enumerating Closed Patterns in Transaction Databases Takeaki Uno, Tatsuya Asai 2 3, Yuzo Uchida 2, and Hiroki Arimura 2 National Institute of Informatics, 2--2, Hitotsubashi,

More information

DATA MINING - 1DL105, 1DL111

DATA MINING - 1DL105, 1DL111 1 DATA MINING - 1DL105, 1DL111 Fall 2007 An introductory class in data mining http://user.it.uu.se/~udbl/dut-ht2007/ alt. http://www.it.uu.se/edu/course/homepage/infoutv/ht07 Kjell Orsborn Uppsala Database

More information

The Challenge of Mining Billions of Transactions

The Challenge of Mining Billions of Transactions Faculty of omputer Science The hallenge of Mining illions of Transactions Osmar R. Zaïane International Workshop on lgorithms for Large-Scale Information Processing in Knowledge iscovery Laboratory ata

More information

Privacy-preserving Data Mining

Privacy-preserving Data Mining Privacy-preserving Data Mining What is [data] privacy? Privacy and Data Mining Privacy-preserving Data mining: main approaches Anonymization Obfuscation Cryptographic hiding Challenges Definition of privacy

More information

Discovering Threshold-based Frequent Closed Itemsets over Probabilistic Data

Discovering Threshold-based Frequent Closed Itemsets over Probabilistic Data Discovering Threshold-based Frequent Closed Itemsets over Probabilistic Data Yongxin Tong #1, Lei Chen #, Bolin Ding *3 # Department of Computer Science and Engineering, Hong Kong Univeristy of Science

More information

Descrip9ve data analysis. Example. Example. Example. Example. Data Mining MTAT (6EAP)

Descrip9ve data analysis. Example. Example. Example. Example. Data Mining MTAT (6EAP) 3.9.2 Descrip9ve data analysis Data Mining MTAT.3.83 (6EAP) hp://courses.cs.ut.ee/2/dm/ Frequent itemsets and associa@on rules Jaak Vilo 2 Fall Aims to summarise the main qualita9ve traits of data. Used

More information

Frequent Subtree Mining on the Automata Processor: Challenges and Opportunities

Frequent Subtree Mining on the Automata Processor: Challenges and Opportunities Frequent Subtree Mining on the Automata Processor: hallenges and Opportunities Elaheh Sadredini, Reza Rahimi, Ke Wang, Kevin Skadron Department of omputer Science University of Virginia Presenting in:

More information

Course Content. Association Rules Outline. Chapter 6 Objectives. Chapter 6: Mining Association Rules. Dr. Osmar R. Zaïane. University of Alberta 4

Course Content. Association Rules Outline. Chapter 6 Objectives. Chapter 6: Mining Association Rules. Dr. Osmar R. Zaïane. University of Alberta 4 Principles of Knowledge Discovery in Data Fall 2004 Chapter 6: Mining Association Rules Dr. Osmar R. Zaïane University of Alberta Course Content Introduction to Data Mining Data warehousing and OLAP Data

More information

Mining Statistically Important Equivalence Classes and Delta-Discriminative Emerging Patterns

Mining Statistically Important Equivalence Classes and Delta-Discriminative Emerging Patterns Mining Statistically Important Equivalence Classes and Delta-Discriminative Emerging Patterns Jinyan Li Institute for Infocomm Research (I 2 R) & Nanyang Technological University, Singapore jyli@ntu.edu.sg

More information

A Novel Dencos Model For High Dimensional Data Using Genetic Algorithms

A Novel Dencos Model For High Dimensional Data Using Genetic Algorithms A Novel Dencos Model For High Dimensional Data Using Genetic Algorithms T. Vijayakumar 1, V.Nivedhitha 2, K.Deeba 3 and M. Sathya Bama 4 1 Assistant professor / Dept of IT, Dr.N.G.P College of Engineering

More information

Mining Temporal Patterns for Interval-Based and Point-Based Events

Mining Temporal Patterns for Interval-Based and Point-Based Events International Journal of Computational Engineering Research Vol, 03 Issue, 4 Mining Temporal Patterns for Interval-Based and Point-Based Events 1, S.Kalaivani, 2, M.Gomathi, 3, R.Sethukkarasi 1,2,3, Department

More information

On Compressing Frequent Patterns

On Compressing Frequent Patterns On Compressing Frequent Patterns Dong Xin Jiawei Han Xifeng Yan Hong Cheng Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana, IL 680, USA Abstract A major challenge in

More information

Associa'on Rule Mining

Associa'on Rule Mining Associa'on Rule Mining Debapriyo Majumdar Data Mining Fall 2014 Indian Statistical Institute Kolkata August 4 and 7, 2014 1 Market Basket Analysis Scenario: customers shopping at a supermarket Transaction

More information

Frequent Itemsets and Association Rule Mining. Vinay Setty Slides credit:

Frequent Itemsets and Association Rule Mining. Vinay Setty Slides credit: Frequent Itemsets and Association Rule Mining Vinay Setty vinay.j.setty@uis.no Slides credit: http://www.mmds.org/ Association Rule Discovery Supermarket shelf management Market-basket model: Goal: Identify

More information

Mining Positive and Negative Fuzzy Association Rules

Mining Positive and Negative Fuzzy Association Rules Mining Positive and Negative Fuzzy Association Rules Peng Yan 1, Guoqing Chen 1, Chris Cornelis 2, Martine De Cock 2, and Etienne Kerre 2 1 School of Economics and Management, Tsinghua University, Beijing

More information

On Minimal Infrequent Itemset Mining

On Minimal Infrequent Itemset Mining On Minimal Infrequent Itemset Mining David J. Haglin and Anna M. Manning Abstract A new algorithm for minimal infrequent itemset mining is presented. Potential applications of finding infrequent itemsets

More information

Frequent Itemset Mining

Frequent Itemset Mining ì 1 Frequent Itemset Mining Nadjib LAZAAR LIRMM- UM COCONUT Team IMAGINA 16/17 Webpage: h;p://www.lirmm.fr/~lazaar/teaching.html Email: lazaar@lirmm.fr 2 Data Mining ì Data Mining (DM) or Knowledge Discovery

More information

Discovering Binding Motif Pairs from Interacting Protein Groups

Discovering Binding Motif Pairs from Interacting Protein Groups Discovering Binding Motif Pairs from Interacting Protein Groups Limsoon Wong Institute for Infocomm Research Singapore Copyright 2005 by Limsoon Wong Plan Motivation from biology & problem statement Recasting

More information