NEGATED ITEMSETS OBTAINING METHODS FROM TREE- STRUCTURED STREAM DATA

Size: px
Start display at page:

Download "NEGATED ITEMSETS OBTAINING METHODS FROM TREE- STRUCTURED STREAM DATA"

Transcription

1 NEGATED ITEMSETS OBTAINING METHODS FROM TREE- STRUCTURED STREAM DATA JURYON PAIK Pyeongtaek University, Department of Digital Information and Statistics, Gyeonggi-do 17869, South Korea ABSTRACT With the rapid development of Internet of Things technologies, millions of physical objects communicate each other and produce huge volumes of data. The IoT revolution comes great opportunities and changes the world completely, but also increases the difficulty of data usage. Along with fusing the cutting-edge technologies, the challenge is the development of software and analytical systems that turn the deluge of massive data produced by different applications over sensor networks and internets into valuable and useful information. One of the popular method is to discover interesting relations between data. However, finding hidden information from xml-based data is not easy task to do. To make matter worse, it is much more difficult if the discovering relation is for between non-exiting parts of data. In this paper, we are trying to figure out how efficiently find out the important non-existing data parts from xml-based data and provide some definitions with adjusted formulas tailored to our target data along with an framed algorithm. Keywords: Negated Tree Items, Negative Association Rules, XML Neraged Items, Tree Data, Association Rules 1. INTRODUCTION Enabled by communications and sensor technologies, the Sensor Web in the big data era shares, finds, and accesses sensors and their data across different applications over a sensor networks and the web [1,2]. Sensor Web technologies provide real-time or almost real-time data and reliable monitoring it to support agile decision making and alter fundamentally the way we live. With increasingly integrating sensors and wireless communications, the sensor web is possible to detect, identify, and cover a diverse range of stream data types, from simple raw data set to complex structure data set. It is required to handle efficiently and exchange desirably the large heterogeneous stream datasets. That is using XML-based data format, which is the de facto standard for exchanging and modeling data from a wide variety of sources over the web. Also, it is used as a serialization format in a semantic web context. Fused with disruptive technologies such as integrating sensors and wireless communication, managing big data and data analytics, and building the sensor web, the cutting-edge environment inevitably produces tremendous volumes of stream data. Researchers and venders are gaining the capability to gather sufficient data. But, to achieve actual improvements or innovations in development outcomes, it has to be preceded to turn the deluge of data into useful and valuable information. One of the well-known methods is to discover interesting relations between data, called association rules mining. In recent years, there has been a significant research focused on finding interesting non-existing or infrequent parts of data leading to the discovery of negative association rules [3]. However, the discovery of non-existing data parts is far more difficult than their counterparts, that is, frequent data parts. Besides, it is the most difficult task if the data type is complex structure like xml. Analyzing continuously arriving xml data is intricate and complicated process, and many of the problems it presents have yet to be adequately solved. It is still in an immature stage and not fully developed to address the problem of finding negative association rules from xml-based stream data. The main contribution of this paper is to describe what is the negative association rule, what is required to discover non-existing data parts, and what is the efficient way to generate negative association rules for xml-based dataset. 2. RELATED WORK The approach of association rules from stream data did not exist before 2000 s. With the 7293

2 rapidly increasing sensor network deployments and the ability to generate large volumes of data in current Internet of Things (IoT) infrastructure, the researchers have burst into finding association rules from the stream data. Among the early studies on stream data from sensors, Loo et al. [4] proposed a framework for discovering association rules from sensor networks. In their approach, sensors values are considered mainly to generate the association rules and the time is divided into intervals. With interval list based lossy counting, transaction in Loo et al. s data model, the size of data structure is significantly reduced. With growing data volumes and increased data complexity, the importance of negative association rules is even bigger than that of positive association rules. However, there are very few research works conducted on mining negative association rules over streaming data. Most of the published articles are confined to static database environment [5-8]. The reason the researches for negative association rules are much less than that of positive ones is that there are fundamental differences between them, as described by Wu et al. [9]. While positive association rules are generated with frequently occurred itemsets, negative association rules are generated with infrequently occurred or absent itemsets. That means we must search a gigantic number of negative association rules even though the database is small. If the database becomes larger, it would be more difficult. Particularly, it is a challenge to identify which rules are beneficial or useful to applications from the enormous and rigorous size of streaming data. The algorithm MPNAR-SW proposed by Ouyang [10] mines both positive and negative association rules from data stream. It applies so called transaction-sensitive sliding windows. In the algorithm, a bit-sequence Bit(X) is constructed for each item X in a current sliding window. If an item X is in the i th transaction of the current window, the i th bit of Bit(X) is set to be 1; otherwise, it is 0. In this way, each item on the incoming transactions is transferred into its bit-sequence representation. The suggested MPNAR-SW consists of four phases, and the bit-sequenced stream data through the phases 1 and 2 is used to generate frequent, infrequent itemsets at the 3 rd phase. And at the 4 th phase, positive and negative association rules are produced from the outputs of the previous phase. The author states it is the first research work conducted on finding negative association rules over data streams. However, the algorithm is not cost-effective because it has the same approach with the time-consuming Apriori algorithm for generating positive rules. Corpinar and Gündem [11] suggest a rule mining system that provides solution to positive and negative association rules computation. However, their type of data stream is different to that of other approaches. The data is XML data stream. To achieve the goal, they first adapt the original FP- Growth method to support stream data mining and negative rules. To decrease the search space for negative association rules, they devised new pruning thresholds along with adding correlation coefficient parameter into their methodology to separate the frequent sets for positive and negative rules. The recently published paper [12] presents several new definitions and scheme related to association rule mining over xml data streams in wireless sensor networks. The authors proposed scheme is the first approach to mining association rules from xml stream data in the sense that it generates frequent tree items without any redundancy. The overall methodology can be applied to any individual block, as well as the whole stream. In this paper, we focus on the problem of extracting informative tree-structured itemsets for negative association rules from stream xml data. We consider pruning techniques because negative association rules are built from a huge number of infrequent and negated tree items. We mainly discuss two major methods, interestingness vs. correlation coefficient, for the pruning phase. Then, we show different results obtained by the two measuring factors with simple examples based on a frame algorithm and compare them. 3. BACKGROUND CONCEPTS 3.1 Negative Association Rules With the growing awareness of importance of mining applications, finding negative association rules has been focused and its usage is rapidly growing. We begin by specifying the notations and definitions that will be used in the rest of this paper. The definition of a negative association rule is almost like that of a positive association rule, except it implies the occurrence of some itemsets which are characterized by the absence [13]. In the form of a negative association rule, the positive association rule bread milk can be expressed by one of the followings: 1) bread milk implies the customers who buy bread usually do not purchase milk. 2) bread milk, the customers who do not 7294

3 buy bread usually purchase milk. 3) bread milk, the customers who do not buy bread usually do not purchase milk, either. The symbol means absent, non-existing, or formally negated. This paper considers the form X Y for convenience. To select interesting rules from the set of all possible rules, constraints on various measures are used. The best-known constraints are minimum thresholds on support and confidence [14]. When I = {I 1, I 2 I n } is a set of items from a transaction database D, and X Y (X I Y I X Y = ) is a positive association rule, a support of X with respect to D is defined as a proportion of transactions that contains all items in X, which is the function sup(x) = X / D. Support is an indication of how frequently the itemset appears in the dataset. Hence, sup(x Y) means the support of an union of the items in X and Y, sup(x Y) = X Y / D. The confidence is an indication of how often a rule, X Y, has been found to be true, that is the proportion of the transactions that contains X which also contains Y, written as the function conf(x Y) = sup(x Y)/ sup(x) = X Y / X. Table 1: Transaction Data of Market Baskets TID Basket Items T 1 {bread, butter, milk} T 2 {bread, butter, diaper} T 3 {bread, milk, jam, water} {bread, butter, milk, water} T 4 Table 1 shows an extremely small example of a market basket domain. The set of items I = {bread, butter, diaper, jam, milk, water} and the table is a transaction database D. Each transaction T i (1 i 4) contains several items in I. Suppose there is an example rule bread milk meaning that if bread is bought, customers also buy milk. The support value of this rule, sup(x Y), is the support of itemset {bread, milk}, which has a support of 3/4 = 0.75 since it occurs in 75% of all transactions (3 out of 4 transactions). The confidence value of the rule is determined by 3/4 = 0.75 in the database. It clearly means that for 75% of the transactions containing bread the rule is correct (75% of the times a customer buys bread, milk is purchased as well). The second example rule is {bread, butter} milk. It has a support of 2/4 = 0.5 and a confidence of 2=3 0:66, which states that customers who buy bread and butter also buy milk in more than 66% of the cases and this rule holds for 50% of the entire transactions. Adding the item butter reduces the support value from 0.75 to 0.5 because it makes the rule more restrictive. With the useful relationships among the underlying data, market managers will put bread, milk, and butter together, and this may increase their profits because the relationships identify new opportunities for cross-selling their products. Presented by the simple examples, both measures count how many times itemsets appear in a dataset. Because negative association rules encapsulate the relationship between the occurrences of one set of items with the absence of the other set of items, the support and confidence of the rule X Y must count non-existing items in transactions. However, it is hard to count the negated itemsets. Instead, we derive the values using the measures for a positive association rule. The support and confidence for X Y are supx 1supX (1) supx Y supx supx Y (2) confx Y 1 1confX Y (3) We assume that there are slight changes in customers market baskets on Table 1; some customers take items out of their baskets or some replace a few items with others. The changes made by customers are presented on Table 2. It can be known that the item butter was taken out of the transactions T 1 and T 2. Also, it was replaced with the item cheese in T 4. Consequently, the item butter is no more frequent item because its support value is 0.25 and it does not satisfy the minimum support 0.3 no more. Now it is a member of 7 infrequent items, which means the searching space is 2 7 items to find the infrequent but interesting item. Table 2: Changed Transaction Data of Market Baskets TID Basket Items T 1 {bread, milk} T 2 {bread, butter, diaper} T 3 {milk, jam, water} {bread, cheese, apple, water} T 4 From the changes, a meaningful rule can be inferred; the customers who put bread into their baskets usually take out the butter from their baskets just before payments are made. That is the customers who buy bread typically do not buy butter together. It can be written formally as bread butter. According to the equation (1) to (3), the rule is 7295

4 highly interesting because its support value is 0.75 and the confidence value is approximately This negative association rule has the high strength indicating that the rule is very reliable and helpful to market basket analysis. Analyzing negative association rules is as important as or more than that of positive association rules. 3.2 Mining XML-based Stream Data The problem is the derived equations (1) to (3) cannot be used directly to our target dataset, although they are for negative association rules. XML-based data called xml document is stored in tree structure, but, the measures are for record data stored in tables. Streaming xml data is a series of trees. Several researchers published their papers related to xml association rules [15-17] and they defined the counterparts of a record and an item. Based on those papers, we described a record and an item of xml stream data for the first time in our previous work [12]. In this subsection we briefly state the definitions. Full details can be found in the cited paper. Generally, data stream is transferred in a series of blocks. We assume all blocks are of equal sizes for the sake of simplicity and it is a continuous sequence of trees. Let SX = (XB 1, XB 2 XB L ) be a given xml-based streaming data arrived by the latest block XB L. Each block XB i consists of a timestamp t i and a set of trees; XB i = (t i, {T 1, T 2 T n }), where n > 0. The size of SX depends on a total number of trees arrived until the latest timestamp t L. SX XB XB XB T T T T, (4) Based on Paik et al. [12], the counterparts of a record and an item are defined as a fraction and tree-item (titem) respectively. When F is a set of fractions collected from all blocks, the entire fractions for the given xml-based streaming data can be expressed as FF, F, T,, where 1 i L, 1 j T i and 1 k. Once fractions are collected, each one of fractions is eligible to be a titem. Now, the indication of an itemset occurrence frequency, sup(x) means that supx T X T T XB T X T T XB T X T T X (5) In the discovery of positive association rules, a titemset X is said to be frequent and chosen to progress further steps if sup(x) is greater than or equal to the user specified ms (minimum support). Otherwise, X is pruned. As stated in previous pages, negative association rules, however, are mainly generated by such pruned titemsets, X. Pruning must be done with care because sup( X) can be a high value if sup(x) is low according to the equation (2). Therefore, in addition to the support-confidence approach, other measures have been suggested to efficiently prune titems. Although those two statistical methods prune many unnecessary itemsets quietly well, they have the nature of the problem that is they basically rely on frequency counts of patterns. Furthermore, there is a fundamental critique in that the same support threshold is being used for rules containing a different number of patterns. Many studies have been conducted but, there is no widespread agreement. Instead, they can be grouped into two types: interestingness vs. correlation. Interestingness plays an important role in data mining. So far there is no universally accepted formal definition, but generally it is intended for selecting and ranking patterns according to their potential interest [18]. Correlation coefficient is a coefficient value that illustrates a quantitative measure of some type of correlation and dependence, meaning statistical relationships between two or more random variables or observed data values. It is a statistical measure of the degree to which changes to the value of one variable predict change to the value of another. For reliable and trustworthy pruning, the interestingness used by Wu et al. [9] and the correlation coefficient measure by Antonie and Zaïane [6] are adjusted for applying to the target titemsets. 4. DISCOVERY OF VALUABLE NEGATED TITEMSETS 4.1 Interestingness Measure When a preposition [19] is applied to a possible positive association rule X Y, supx Y supx supy, the rule is not interesting if its itemset X and itemset Y are independent. Based on the proposition, Wu et al. [9] defined the function interest with a threshold mi, minimum interest. It computes a numerical value of a potential rule interest. If the produced value is less than mi, the input itemsets do not provide interesting 7296

5 information. Using the idea, the tailored function interest covers titemsets: interestx Y supx Y supx supy (6) The equation (6) cannot be used directly for a possible negative association rule X Y because of the counting difficulty for Y. Instead, it is derived using Y. The modified expression is in the equation (7). interestx Y supx Y supx sup Y supx supx Y supx sup Y supx supx Y supx 1 supy supx supy supx Y (7) The rule has rarely interesting information if interest(x Y) 0. However, it is worth to discover if the value is greater than or equal to mi even though its support and confidence are low. 4.2 Correlation-Coefficient Measure Correlation Coefficient is another measurement to prune uninteresting items. It measures a strength of association between two variables [20]. The correlation coefficient value between random variables a and b is the degree of linear dependency, which is known as the covariance of the two variables, divided by their standard deviations (σ): ρ, where, the values E(a), E(ab) are the expected values. The range of ρ ab is from -1 to +1. If ρ ab > 0, those two variables are positively correlated. On the contrary, they are negatively correlated each other, if ρ ab < 0. There is a strong correlation between a and b if ρ ab is close to either -1 or +1. But, if ρ ab = 0, a and b are independent each other. In positively correlated variables, the value increases or decreases in tandem. In negatively correlated variables, the value of one increases as the value of the other decreases. By Karl Pearson coefficient was introduced. It measures the association for two binary values, 1 or 0. It can be easily applied to consider the existence of an itemset in transactions; if an itemset exists it is regarded as 1, otherwise 0. Simply assumed a and b are two binary variables, the associations between them are summarized in four cases; a=b=1, a=b=0, a=1 b=0, and a=0 b=1. The associations of them is presented in a 2 ⅹ 2 contingency table given in Table 3. Table 3: 2ⅹ2 Contingency Table of two binary variables b = 1 b = 0 sum a = 1 n11 n10 n1+ a = 0 n01 n00 n0+ sum n+1 n+0 n In the table, n 11, n 10, n 01, n 00 are positive counts of numbers satisfying both a and b, and n is a total number of a data set. With the counts, the association is evaluated from the correlation coefficient;. (8) The above equation (8) is re-written to be composed of only those terms which binary values are 1s because 1 means exist ; (9) The simplified equation is used and altered for pruning non-existence titemsets. Table 4 is derived from coefficient association for two titemsets instead of two binary values. Each cell represents the possible combination of X and Y with frequency counts, sups. Non-existence called negated titem is notated with the sign. Using Table 4, the equation (9) can be altered to the equation (10). Table 4: 2ⅹ2 Contingency Table for Titemsets Y Y sum X sup(x Y) sup(x Y) sup(x) X sup( X Y) sup( X Y) sup( X) sum sup(y) sup( Y) 1 (10) The strength of correlation coefficient was described in the articles by Hopkins [21]. The author thought about carefully only positive values. Based on his arguments we re-define the statistical level of as; correlation of 0.5 is large, 0.3 is moderate, and 0.1 is small, where anything which is smaller 7297

6 than 0.1 is not worth to be considered. The given value, 0.5, 0.3, or 0.1, called correlation threshold, is set by an input value or default value 0.5. By adopting the correlation coefficient measure, the titemsets X and Y negatively correlated and leveled more than certain reliable strength are uncovered and used to generate informative negative association rules, even in the situation where their confidence values are reasonably high, but support values are less than a given ms. generating rules. Based on the given ms, four titems from F satisfying the condition are presented on Figure 2 and three possible positive association rules are suggested on Figure 3. Figure 2: Four Titems Satisfying a given ms 4.3 Numerical Comparison Figure 3: Three Possible Association Rules Figure 1: Tree-Structured Stream Data with 8 Trees from 2 Blocks With respect to the simple dataset SX on Figure 1, four measures support, confidence, interestingness, and correlation coefficient are taken to ensure how they affect differently obtained titemsets. The example data is expressed in SX = (XB 1, XB 2 ) = ((t 1, {T 1, T 2, T 3, T 4 }), (t 2, {T 1, T 2, T 3 T 4 })) and according to the equation (4), a size of SX is SX = 8. From the set SX, the fraction set F is configured with many fractions F. First, when a threshold for the support, ms, is assumed ms = 0.2 and applied to each fraction F F, it is designated by sup(f) ms which indicates only the fraction F, which occurring count is more than 1.6 (80.2) is eligible to be a titem for The support-confidence measure is taken to each rule and the computational results are (a) su px Y confx Y 0.6, (b) su px Y 0.25 confx Y 0.4, (c) su px Y confx Y 0.2. Assumed anther threshold, the minimum confidence mc = 0.5, only timesets X and Y on (a) are survived. The others are pruned. When we calculate the support-confidence again with the negated Y, Y, however, the results are different; (a) supx Y 0.25 confx Y 0.4, (b) supx Y confx Y 0.6, (c) supx Y 0.5 confx Y 0.8. As shown on the above two results produce the opposite output. In this case, only the rule (a) does not qualify the condition. By negating titemsets we can mine more hidden information which is useful and important knowledge with excellent strength and reliability. However, there is no such an algorithm that can directly determine the conjunction of presence and absence of titemsets. The most difficult to fulfill is to evaluate not only all fractions but also all negated fractions. It is a challenge to identify such fractions can be 7298

7 potentially valuable titemsets no matter frequency is high or not, that is the aim of this work. We take the interestingness and correlation coefficient for the purpose. Given minimum interest mi = 0.3 and the equation (7), we compute each value of interestingness for original possible positive association forms and their negative forms in the following; ainterestx Y (b) interestx Y (c) interestx Y (a ) interestx Y (b ) interestx Y (c ) interestx Y It can be known that the interestingness values for the positive rules are comparatively small and all of them do not satisfy the given mi. On the other hand, the values of all the negative rules are sufficiently high which means the rules must be mined because they have important information. Such result cannot be derived by the supportconfidence approach. Some rules can have high interest values even though they have not sufficient support nor confidence. But, it depends on how properly set up mi to find suitable titemsets for useful and usable association rules. Therefore, we lastly determine the negative rules throughout interestingness how strongly two titemsets are related each other according to the equation (9). (a) (b) (c) 0.258, 0.07, With respect to the strength of correlation coefficient explained in the previous, it can be informed that the case (b) is not worth to be considered because its value is less than +0.1, which means two titemsets are nearly independent each other and the association between them is seldom made. In other measures, it has been determined as a frequently occurred but less reliable rule by the support/confidence and it has been determined as a not interesting rule by the interestingness. And, it is determined as a rarely related rule between titemsets by the coefficient. Concerning the coefficient determination, the rule (c) on the figure 3 has the strong negative association between titesmsets and its interesting value is reasonable to be mined even though its support value is less than the given ms. Applying two measures, interestingness and correlation coefficient values, indicate that 1) the rules have negative relationship between titemsets, 2) the strengths of their coefficients are quite strong enough to give valuable information, and 3) the generated negative association rule will provide many opportunities for further mining, even though their support values are less than ms and the rules are not attracted in the positive versions. With the frame of correlation coefficient, the hidden association of (c) provides benefits when it is mined for a negative association rule, which is not caught by support/confidence or even interest. 4.4 Frame Algorithm DNTS The following algorithm DNTS determines the way how to apply 4 measuring factors and discover valuable negated titemsets. Table 5 summarizes all thresholds and their abbreviations or statistical levels used in the algorithm. Algorithm DNTS INP: XDS OUTP: NTS 1. FOR EACH block XB i XDS (1 i k) 2. FOR j 1 to n 3. IF freq(x ij, XDS) XDS 4. THEN FT = FT + { X ij }; 5. FOR titemset X FT, Y FT, X Y = 0 6. IF sup (X Y) < ms 7. or conf (X Y) < mc 8. THEN 9. IF interest(x, Y) < mi 10. THEN 11. IF (X, Y) 0.3 or (X, Y) THEN NTS NTS + {X Y}; 13. ELSE 14. THEN NTS NTS + {X Y}; 15. ELSE 16. THEN NTS NTS + {X Y}; 17. RERURN NTS 18. END 7299

8 Table 5: Thresholds Used by DNTS Algorithm Threshold Abbr. / Level Strength minimum support ms NA minimum confidence mc NA minimum interest mi NA no 0.1 association correlation moderate coefficient 03 association value strong 0.5 association With the given dataset on Figure 1 and running the algorithm, a line 3 and equations (4), (5) manage total 8 xml trees in 2 blocks with an assumed minimum frequency threshold, = 0.2. The first condition indicates that only titems which occurrence counts are more than 1.6 (80.2) are included in the set FT. We select two rules on Figure 4 to present the importance of finding negated titems and show how the algorithm works for it. Each titem X and Y on satisfies the frequency condition. As stated in lines 5 to 7, an ordinary form X Y is concerned. Its sup(x Y) and conf (X Y) are computed according to the previously defined formulas [12], 1/ and 1/5 0.2, respectively. Because the rule (a) does not satisfy two conditions, it must be pruned. However, the suggested algorithm is not. By the line 9, the body Y is negated and interest(x, Y) is computed according to the equation (6); Since the rule X Y is interest or not depends on mi, we apply (X, Y) for a clear output. By the equation (7), (X, Y) = has negative or positive relationship between titemsets by the sign, 2) how strongly two titemsets are associated each other, and 3) it makes up for the weak point of the other three factors. Another simple example is provided on Figure 5 for better understanding the differentiation between interest determination and correlation coefficient determination. With respect to the dataset on Figure 1, the obtained support and confidence values of the given rule are 0.25 and 1, respectively. When we assume ms = 0.3, the association between X and Y does not satisfy the condition and is pruned from association rule generation, even though two titemsets have the strong tandem. Under the support/confidence framework, there is no chance to consider them. Thus, we add the factor interest to determine its interestingness. When the given mi is 0.3, the candidate rule is still pruned because it is determined as uninteresting. The rule could be interest to be mined if mi would be set less than The determination of interestingness is highly dependable on setting up mi. But, the value of correlation coefficient gives a more objective result. Its obtained value is approximately 0.75, which means there is a strong positive correlation between X and Y and cannot be ignored. As proved by the confidence value, the titemset Y always occurs if the titemset X occurs. Concerning the coefficient determination, the example rule is decided to have helpful information even though its support value is less than ms. Figure 5: Different Results of interestingness vs. correlation coefficient value 5. CONCLUSION Figure 4: Association Rules with or without Negated Y According to Table 5 the produced value is close to 0.5 which indicates the strong association. The temporal rule (a) is not a valuable positive association rule, but the rule (b) is an interesting and valuable negative association rule generated from (a). A correlation coefficient value indicates that 1) a rule In this work, the author considered how to efficiently obtain negated tree itemsets for negative association rules from xml-based stream data. For the purpose, the primarily considered part was to evaluate fractions of xml-based data whether they could generate informative negative rules or not, even if their support and confidence values were not enough to the given conditions. Only with the support-confidence framework tended to mistakenly prune useful titems, thus, other frameworks that 7300

9 added some measures were suggested as the alternatives; interestingness and correlation coefficient. We adjusted both measures for our data to determine non-existing but important titemsets. The example results of interestingness and correlation coefficient were presented and compared with a few illustrations based on the algorithm DNTS. We drew out it would be more efficient and reliable to prune fractions with the correlation determination than that of interestingness, too. We presented for the first time the analyses of both interestingness and correlation coefficient methods over tree structured stream data. Future work includes presenting a full mining algorithm and experimental results of negative association rules for tree structured stream data that is proven to work with the four measurements. REFRENCES: [1] M. Botts, G. Percivall, C. Reed, and J. Davidson, OCG Sensor Web Enablement: Overview and High Level Architecture, Proceedings of the 2nd International Conference on GeoSensor Networks, October 1-3, 2006, USA, LNCS 4540, pp [2] A. Bröring, J. Echterhoff, S. Jirka, I. Simonis, T. Everding, C. StSCH, s. Kiang, and R. Lemmens, New Generation Sensor Web Enablement, Sensors 2011, 11, pp [3] S. Mahmood, M.Shahbaz, and A. Guergachi, Negative and Positive Association Rule Mining from Text Using Frequent and Infrequent Itemsets, The Scientific World Journal, Vol. 2014, ID , 2014, 11 pages. [4] K.K. Loo, I. Tong, B. Kao, and D. Chenung, Online Algorithms for Mining Inter-Stream Associations from Large Sensor Networks, Advances in Knowledge Discovery and Data Mining, Proceedings of the 9th Pacific-Asia Conference on Knowledge Discovery and Data Mining, May 18-20, 2005, Vietnam, LNCS 3518, pp [5] A. Savasere, E. Omiecinski, and S. Navathe, Mining for Strong Negative Associations in a Large Database of Customer Transactions, Proceedings of the 14th International Conference on Data Engineering, February 23-27, 1998, USA, pp [6] M. L. Antonie and O. R. Zaïane, Mining Positive and Negative Association Rules: An Approach for Confined Rules, Proceedings of the 8th European Conference on Principles and Practice of Knowledge Discovery in Databases, September 20-24, 2004, Italy, LNCS 3202, pp [7] Z. Honglei and X. Zhigang, An Effective Algorithm for Mining Positive and Negative Association Rules, Proceedings of International Conference on Computer Science and Software Engineering, December 12-14, 2008, China, pp [8] R. Sumalatha and B. Ramasubbareddy, Mining Positive and Negative Association Rules, International Journal on Computer Science and Engineering, Vol. 2, No. 09, 2010, pp [9] X. Wu, C. Zhang, and S. Zhang, Efficient Mining of Both Positive and Negative Association Rules, ACM Transaction on Information Systems, Vol. 22, No. 03, 2004, pp [10] W. Ouyang, Mining Positive and Negative Association Rules in Data Streams with a Sliding Window, Proceedings of the Fourth Global Congress on Intelligent Systems, December 3-4, 2013, Hong Kong, pp [11] S. Corpinar and T. Í. Gündem, Positive and Negative Association Rule Mining on XML Data Streams in Database as a Service Concept, Expert Systems with Applications, Vol. 39, No. 8, 2012, pp [12] J. Paik, J. Nam, U. Kim, and D. Won, Association Rule Extraction from XML Stream Data for Wireless Sensor Networks, Sensors, Vol. 14, 2014, pp [13] X. Yuan, B. P. Buckles, Z. Yuan, and J. Zhang, Mining Negative Association Rules, Proceedings of the 7th International Symposium on Computers and Communications, July 1-4, 2002, Italy, pp [14] R. Agrawal, T. Imieliński, and A. Swami, Mining Association Rules Between Sets of Items in Large Databases, Proceedings of the ACM SIGMOD international conference on Management of Data, May 25-28, 1993, USA, pp [15] D. Braga, A. Campi, S. Ceri, M. Klemettinen, and P. L. Lanzi, A Tool for Extracting XML Association Rules, Proceedings of the 14th IEEE International Conference on Tools with artificial Intelligence, November 4-6, 2002, USA, pp [16] J. Paik, J. Nam, S. Lee, and U. Kim, A Framework for Data Structure-Guided Extraction of XML Association Rules, Proceedings of the 7th International Conference on Computational Science, May 27-30, 2007, China, LNCS 4489, pp

10 [17] L. Feng and T. Dillon, Mining Interesting XML-Enabled Association Rules with Templates, Proceedings of the 3rd International Workshop on Knowledge Discovery and Inductive Databases, September 20, 2004, Italy, LNCS 3377, pp [18] L. Geng and H. J. Hamilton, Interestingness Measures for Data Mining: A Survey, ACM Computing Survey, Vol. 38, No. 1, 2006, article no. 9. [19] G. Piatetsky-Shapiro, Discovery, Analysis, and Presentation of Strong Rules, Knowledge Discovery in Databases, Edited G. Piatetsky- Shapiro and W. J. Frawley, AAAI Press, 1991, pp [20] J. Cohrn, Statistical Power Analysis for the Behavioral Sciences, Lawrence Erlbaum), New Jersey, 1988, pp [21] W. Hopkins, A New View of Statistics, Electronic edition, Available:

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

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

Mining Interesting Infrequent and Frequent Itemsets Based on Minimum Correlation Strength

Mining Interesting Infrequent and Frequent Itemsets Based on Minimum Correlation Strength Mining Interesting Infrequent and Frequent Itemsets Based on Minimum Correlation Strength Xiangjun Dong School of Information, Shandong Polytechnic University Jinan 250353, China dongxiangjun@gmail.com

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

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

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

FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH

FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH M. De Cock C. Cornelis E. E. Kerre Dept. of Applied Mathematics and Computer Science Ghent University, Krijgslaan 281 (S9), B-9000 Gent, Belgium phone: +32

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Lecture #12: Frequent Itemsets Seoul National University 1 In This Lecture Motivation of association rule mining Important concepts of association rules Naïve approaches for

More information

FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH

FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH FUZZY ASSOCIATION RULES: A TWO-SIDED APPROACH M. De Cock C. Cornelis E. E. Kerre Dept. of Applied Mathematics and Computer Science Ghent University, Krijgslaan 281 (S9), B-9000 Gent, Belgium phone: +32

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

An Approach to Classification Based on Fuzzy Association Rules

An Approach to Classification Based on Fuzzy Association Rules An Approach to Classification Based on Fuzzy Association Rules Zuoliang Chen, Guoqing Chen School of Economics and Management, Tsinghua University, Beijing 100084, P. R. China Abstract Classification based

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

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

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

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

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

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

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

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

Mining Infrequent Patter ns

Mining Infrequent Patter ns Mining Infrequent Patter ns JOHAN BJARNLE (JOHBJ551) PETER ZHU (PETZH912) LINKÖPING UNIVERSITY, 2009 TNM033 DATA MINING Contents 1 Introduction... 2 2 Techniques... 3 2.1 Negative Patterns... 3 2.2 Negative

More information

Quantitative Association Rule Mining on Weighted Transactional Data

Quantitative Association Rule Mining on Weighted Transactional Data Quantitative Association Rule Mining on Weighted Transactional Data D. Sujatha and Naveen C. H. Abstract In this paper we have proposed an approach for mining quantitative association rules. The aim of

More information

Selecting a Right Interestingness Measure for Rare Association Rules

Selecting a Right Interestingness Measure for Rare Association Rules Selecting a Right Interestingness Measure for Rare Association Rules Akshat Surana R. Uday Kiran P. Krishna Reddy Center for Data Engineering International Institute of Information Technology-Hyderabad

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

Mining Strong Positive and Negative Sequential Patterns

Mining Strong Positive and Negative Sequential Patterns Mining Strong Positive and Negative Sequential Patter NANCY P. LIN, HUNG-JEN CHEN, WEI-HUA HAO, HAO-EN CHUEH, CHUNG-I CHANG Department of Computer Science and Information Engineering Tamang University,

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

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

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

Mining Class-Dependent Rules Using the Concept of Generalization/Specialization Hierarchies

Mining Class-Dependent Rules Using the Concept of Generalization/Specialization Hierarchies Mining Class-Dependent Rules Using the Concept of Generalization/Specialization Hierarchies Juliano Brito da Justa Neves 1 Marina Teresa Pires Vieira {juliano,marina}@dc.ufscar.br Computer Science Department

More information

Modified Entropy Measure for Detection of Association Rules Under Simpson's Paradox Context.

Modified Entropy Measure for Detection of Association Rules Under Simpson's Paradox Context. Modified Entropy Measure for Detection of Association Rules Under Simpson's Paradox Context. Murphy Choy Cally Claire Ong Michelle Cheong Abstract The rapid explosion in retail data calls for more effective

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

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

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

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

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

DATA MINING LECTURE 4. Frequent Itemsets and Association Rules

DATA MINING LECTURE 4. Frequent Itemsets and Association Rules DATA MINING LECTURE 4 Frequent Itemsets and 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

Mining Data Streams. The Stream Model. The Stream Model Sliding Windows Counting 1 s

Mining Data Streams. The Stream Model. The Stream Model Sliding Windows Counting 1 s Mining Data Streams The Stream Model Sliding Windows Counting 1 s 1 The Stream Model Data enters at a rapid rate from one or more input ports. The system cannot store the entire stream. How do you make

More information

The Market-Basket Model. Association Rules. Example. Support. Applications --- (1) Applications --- (2)

The Market-Basket Model. Association Rules. Example. Support. Applications --- (1) Applications --- (2) The Market-Basket Model Association Rules Market Baskets Frequent sets A-priori Algorithm A large set of items, e.g., things sold in a supermarket. A large set of baskets, each of which is a small set

More information

Chapter 4: Frequent Itemsets and Association Rules

Chapter 4: Frequent Itemsets and Association Rules Chapter 4: Frequent Itemsets and Association Rules Jilles Vreeken Revision 1, November 9 th Notation clarified, Chi-square: clarified Revision 2, November 10 th details added of derivability example Revision

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

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

Pattern Structures 1

Pattern Structures 1 Pattern Structures 1 Pattern Structures Models describe whole or a large part of the data Pattern characterizes some local aspect of the data Pattern is a predicate that returns true for those objects

More information

Application of Apriori Algorithm in Open Experiment

Application of Apriori Algorithm in Open Experiment 2011 International Conference on Computer Science and Information Technology (ICCSIT 2011) IPCSIT vol. 51 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V51.130 Application of Apriori Algorithm

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

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

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

NetBox: A Probabilistic Method for Analyzing Market Basket Data

NetBox: A Probabilistic Method for Analyzing Market Basket Data NetBox: A Probabilistic Method for Analyzing Market Basket Data José Miguel Hernández-Lobato joint work with Zoubin Gharhamani Department of Engineering, Cambridge University October 22, 2012 J. M. Hernández-Lobato

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

Data mining, 4 cu Lecture 5:

Data mining, 4 cu Lecture 5: 582364 Data mining, 4 cu Lecture 5: Evaluation of Association Patterns Spring 2010 Lecturer: Juho Rousu Teaching assistant: Taru Itäpelto Evaluation of Association Patterns Association rule algorithms

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

Bottom-Up Propositionalization

Bottom-Up Propositionalization Bottom-Up Propositionalization Stefan Kramer 1 and Eibe Frank 2 1 Institute for Computer Science, Machine Learning Lab University Freiburg, Am Flughafen 17, D-79110 Freiburg/Br. skramer@informatik.uni-freiburg.de

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

.. 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

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

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

Guaranteeing the Accuracy of Association Rules by Statistical Significance

Guaranteeing the Accuracy of Association Rules by Statistical Significance Guaranteeing the Accuracy of Association Rules by Statistical Significance W. Hämäläinen Department of Computer Science, University of Helsinki, Finland Abstract. Association rules are a popular knowledge

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

EFFICIENT MINING OF WEIGHTED QUANTITATIVE ASSOCIATION RULES AND CHARACTERIZATION OF FREQUENT ITEMSETS

EFFICIENT MINING OF WEIGHTED QUANTITATIVE ASSOCIATION RULES AND CHARACTERIZATION OF FREQUENT ITEMSETS EFFICIENT MINING OF WEIGHTED QUANTITATIVE ASSOCIATION RULES AND CHARACTERIZATION OF FREQUENT ITEMSETS Arumugam G Senior Professor and Head, Department of Computer Science Madurai Kamaraj University Madurai,

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

Data mining, 4 cu Lecture 7:

Data mining, 4 cu Lecture 7: 582364 Data mining, 4 cu Lecture 7: Sequential Patterns Spring 2010 Lecturer: Juho Rousu Teaching assistant: Taru Itäpelto Sequential Patterns In many data mining tasks the order and timing of events contains

More information

Mining State Dependencies Between Multiple Sensor Data Sources

Mining State Dependencies Between Multiple Sensor Data Sources Mining State Dependencies Between Multiple Sensor Data Sources C. Robardet Co-Authored with Marc Plantevit and Vasile-Marian Scuturici April 2013 1 / 27 Mining Sensor data A timely challenge? Why is it

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

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

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

A Clear View on Quality Measures for Fuzzy Association Rules

A Clear View on Quality Measures for Fuzzy Association Rules A Clear View on Quality Measures for Fuzzy Association Rules Martine De Cock, Chris Cornelis, and Etienne E. Kerre Fuzziness and Uncertainty Modelling Research Unit Department of Applied Mathematics and

More information

Algorithmic Methods of Data Mining, Fall 2005, Course overview 1. Course overview

Algorithmic Methods of Data Mining, Fall 2005, Course overview 1. Course overview Algorithmic Methods of Data Mining, Fall 2005, Course overview 1 Course overview lgorithmic Methods of Data Mining, Fall 2005, Course overview 1 T-61.5060 Algorithmic methods of data mining (3 cp) P T-61.5060

More information

CHAPTER 2: DATA MINING - A MODERN TOOL FOR ANALYSIS. Due to elements of uncertainty many problems in this world appear to be

CHAPTER 2: DATA MINING - A MODERN TOOL FOR ANALYSIS. Due to elements of uncertainty many problems in this world appear to be 11 CHAPTER 2: DATA MINING - A MODERN TOOL FOR ANALYSIS Due to elements of uncertainty many problems in this world appear to be complex. The uncertainty may be either in parameters defining the problem

More information

FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS

FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS FUSION METHODS BASED ON COMMON ORDER INVARIABILITY FOR META SEARCH ENGINE SYSTEMS Xiaohua Yang Hui Yang Minjie Zhang Department of Computer Science School of Information Technology & Computer Science South-China

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

1. Data summary and visualization

1. Data summary and visualization 1. Data summary and visualization 1 Summary statistics 1 # The UScereal data frame has 65 rows and 11 columns. 2 # The data come from the 1993 ASA Statistical Graphics Exposition, 3 # and are taken from

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

CPDA Based Fuzzy Association Rules for Learning Achievement Mining

CPDA Based Fuzzy Association Rules for Learning Achievement Mining 2009 International Conference on Machine Learning and Computing IPCSIT vol.3 (2011) (2011) IACSIT Press, Singapore CPDA Based Fuzzy Association Rules for Learning Achievement Mining Jr-Shian Chen 1, Hung-Lieh

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

Mining Rank Data. Sascha Henzgen and Eyke Hüllermeier. Department of Computer Science University of Paderborn, Germany

Mining Rank Data. Sascha Henzgen and Eyke Hüllermeier. Department of Computer Science University of Paderborn, Germany Mining Rank Data Sascha Henzgen and Eyke Hüllermeier Department of Computer Science University of Paderborn, Germany {sascha.henzgen,eyke}@upb.de Abstract. This paper addresses the problem of mining rank

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

Beating Social Pulse: Understanding Information Propagation via Online Social Tagging Systems 1

Beating Social Pulse: Understanding Information Propagation via Online Social Tagging Systems 1 Journal of Universal Computer Science, vol. 18, no. 8 (2012, 1022-1031 submitted: 16/9/11, accepted: 14/12/11, appeared: 28/4/12 J.UCS Beating Social Pulse: Understanding Information Propagation via Online

More information

Regression and Correlation Analysis of Different Interestingness Measures for Mining Association Rules

Regression and Correlation Analysis of Different Interestingness Measures for Mining Association Rules International Journal of Innovative Research in Computer Scien & Technology (IJIRCST) Regression and Correlation Analysis of Different Interestingness Measures for Mining Association Rules Mir Md Jahangir

More information

Constraint-Based Rule Mining in Large, Dense Databases

Constraint-Based Rule Mining in Large, Dense Databases Appears in Proc of the 5th Int l Conf on Data Engineering, 88-97, 999 Constraint-Based Rule Mining in Large, Dense Databases Roberto J Bayardo Jr IBM Almaden Research Center bayardo@alummitedu Rakesh Agrawal

More information

Association Rules. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION

Association Rules. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION. Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION CHAPTER2 Association Rules 2.1 Introduction Many large retail organizations are interested in instituting information-driven marketing processes, managed by database technology, that enable them to Jones

More information

From statistics to data science. BAE 815 (Fall 2017) Dr. Zifei Liu

From statistics to data science. BAE 815 (Fall 2017) Dr. Zifei Liu From statistics to data science BAE 815 (Fall 2017) Dr. Zifei Liu Zifeiliu@ksu.edu Why? How? What? How much? How many? Individual facts (quantities, characters, or symbols) The Data-Information-Knowledge-Wisdom

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

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

15 Introduction to Data Mining

15 Introduction to Data Mining 15 Introduction to Data Mining 15.1 Introduction to principle methods 15.2 Mining association rule see also: A. Kemper, Chap. 17.4, Kifer et al.: chap 17.7 ff 15.1 Introduction "Discovery of useful, possibly

More information

Association)Rule Mining. Pekka Malo, Assist. Prof. (statistics) Aalto BIZ / Department of Information and Service Management

Association)Rule Mining. Pekka Malo, Assist. Prof. (statistics) Aalto BIZ / Department of Information and Service Management Association)Rule Mining Pekka Malo, Assist. Prof. (statistics) Aalto BIZ / Department of Information and Service Management What)is)Association)Rule)Mining? Finding frequent patterns,1associations,1correlations,1or

More information

Data Warehousing & Data Mining

Data Warehousing & Data Mining Data Warehousing & Data Mining Wolf-Tilo Balke Kinda El Maarry Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 9. Business Intelligence 9. Business Intelligence

More information