<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JSS</journal-id><journal-title-group><journal-title>Open Journal of Social Sciences</journal-title></journal-title-group><issn pub-type="epub">2327-5952</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jss.2021.94034</article-id><article-id pub-id-type="publisher-id">JSS-108829</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Business&amp;Economics</subject><subject> Social Sciences&amp;Humanities</subject></subj-group></article-categories><title-group><article-title>
 
 
  Research and Case Analysis of Apriori Algorithm Based on Mining Frequent Item-Sets
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Haoyu</surname><given-names>Xie</given-names></name><xref ref-type="aff" rid="aff1"><sub>1</sub></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff1"><label>1</label><addr-line>School of Management Science and Engineering, Anhui University of Finance and Economics, Bengbu, China</addr-line></aff><pub-date pub-type="epub"><day>06</day><month>04</month><year>2021</year></pub-date><volume>09</volume><issue>04</issue><fpage>458</fpage><lpage>468</lpage><history><date date-type="received"><day>15,</day>	<month>March</month>	<year>2021</year></date><date date-type="rev-recd"><day>26,</day>	<month>April</month>	<year>2021</year>	</date><date date-type="accepted"><day>29,</day>	<month>April</month>	<year>2021</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  In the background of the information age, the importance of data resources can be imagined, and the importance of the use of data resources means—data mining has also emerged. In the current situation, all industries are in a relatively equal stage, should make good use of data resources, use Apriori algorithm to mine association rules, formulate marketing strategies, promote sales growth and slow down the loss of national GDP. Countries can also use data mining to make predictions and support decisions. Briefly describe the basic concepts of data mining and association rules. Only with a basic understanding of data mining and association rules can we better understand the Apriori algorithm, why it is one of the most classic and influential algorithms. Understanding its essence and function, and suggesting suggestions for improvement by analyzing the ideas of the Apriori algorithm, understanding its process, advantages and disadvantages, and
   
  through the data collected from a supermarket in Bozhou City, Anhui Province, China; and understanding the application of the algorithm in the field of e-commerce and universities, and the effect it will achieve.
 
</p></abstract><kwd-group><kwd>Apriori Algorithm</kwd><kwd> Algorithm Examples And Applications</kwd><kwd> Association Rules</kwd><kwd> Data Mining</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><sec id="s1_1"><title>1.1. Research Background and Purpose</title><p>China has fully entered the information age. Under the influence of the situation, this development has been promoted. People who did not have much contact with the Internet before have to start working online. And this is China, which has the largest number of netizens, and it generates more and more data resources. If used properly, it will generate more explicit or hidden benefits for China and reduce the GDP loss caused by the situation.</p><p>Data mining is a tool for obtaining knowledge and valuable information. Making good use of association rules and related algorithms can help the country make better predictions, provide decision support, and it is also a means to avoid outbreaks. In other industries, you can also formulate sales strategies based on customer needs to maximize your sales.</p><p>This topic is aimed at the Apriori algorithm, combined with related data, analyzes the algorithm, intersperses with my own understanding, and provides some suggestions on the improvement of the Apriori algorithm and its application in life.</p></sec><sec id="s1_2"><title>1.2. Research Status in China and Abroad</title><p>The Apriori algorithm is an algorithm for mining association rules developed by Agrawal and Krishnan in 1994. After that, a variety of association rule algorithms improved based on the Apriori algorithm have also been produced.</p><p>The FP-growth algorithm proposed by Professor Han Jiawei in 2000 is one of them. It only needs to scan the database twice, which greatly saves the running time of the algorithm and does not generate candidate sets. Compared with the Apriori algorithm, the algorithm has a great improvement in algorithm efficiency, but it cannot find the association rules between data.</p><p>In recent years, Chinese research and applications on this issue have shown results in many fields. Such as, the personalized push in e-commerce which can satisfy consumers while expanding revenue; improvement of teaching work in colleges and universities; in terms of medical treatment, the degree of association between the disease and various factors, etc.</p><p>As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>, <xref ref-type="fig" rid="fig2">Figure 2</xref>, the visual analysis data obtained from CNKI can be seen that Chinese research in the Apriori algorithm field has grown rapidly since 2000 and reached its peak in 2009, but the research has not declined. The trend continues until now. In these years, the University of Electronic Science and Technology of China has published a large number of documents, and other universities have published a large number of related papers.</p><p>Following the proposal of the Apriori algorithm, many researchers abroad have successively proposed improved methods for the Apriori algorithm. For example, DHP algorithm and PCY algorithm. As shown in <xref ref-type="fig" rid="fig3">Figure 3</xref> and compared with <xref ref-type="fig" rid="fig1">Figure 1</xref>, we can understand that the research on Apriori algorithm abroad is basically the same as that in China, but until 2009, the research on this has been tepid, with low attention, which is the opposite of Chinese research. After 2009, foreign research on the Apriori algorithm has gradually become hot topic, and there will be a growing trend in 2020.</p></sec><sec id="s1_3"><title>1.3. Main Research Contents</title><p>This paper gives an explanation of the related concepts of data mining and association rules, and gives a brief description of the process and steps of the implementation of data mining and association rules, in order to better understand the process and related concepts of Apriori algorithm and the nouns in it.</p><p>In addition, this topic deeply analyzed the steps, properties, advantages and disadvantages of Apriori algorithm, and gives relevant examples to better explain the steps and implementation process of Apriori algorithm, and talk about the application of Apriori algorithm in some fields, as well as the results achieved.</p></sec></sec><sec id="s2"><title>2. Related Theories of Data Mining and Association Rules</title><sec id="s2_1"><title>2.1. Overview of Data Mining</title><p>Data mining is a process of digging out deep and valuable information for data users from large amounts of irregular data. Data mining is one of the important applications of database. Its function is to discover the hidden information of data.</p><p>Some people equate data mining with knowledge discovery, but the information from data mining may not necessarily form knowledge. In this respect, knowledge discovery can be regarded as the next operation or core component of the excavated data, collating, identifying and summarizing the excavated information, and finally forming knowledge.</p><p>The process of data mining:</p><p>First, select data: according to the actual needs, select the required data from the database.</p><p>Second, data pretreatment: simple processing of selected data, noise reduction, reduction of data redundancy and useless data, etc.</p><p>Third, data selection: according to the desired information, select the data that are simply processed.</p><p>Fourth, data transformation: the selected data is changed into Boolean data or unified into a data form. Boolean data is more suitable for the relevant algorithms of data mining.</p><p>Fifth, select the data mining method and algorithm: according to the target data type of mining, choose the appropriate mining method. Then according to the selection of data mining methods, combined with the characteristics of the data and actual needs, select the best data mining algorithm, such as Apriori algorithm, K-means algorithm.</p><p>Sixth, data mining: get hidden information.</p><p>Seventh, evaluation of data mode: delete the unnecessary information and leave the needed information through evaluation.</p><p>Eighth, representation of knowledge: make visual analysis and analysis of the information left behind to form easy-to-understand knowledge (Lin, 2017).</p><p>Method of data mining: The analysis methods of data mining mainly include the following five kinds: clustering analysis, classification and prediction, outlier analysis and association rule analysis (Liu, 2004).</p></sec><sec id="s2_2"><title>2.2. Overview of Association Rules</title><p>Association rules reflect the interdependence and correlation between the two, and are used to dig out the correlation between valuable data items from a large number of data. Its purpose is to find frequent item-sets and strong association rules.</p><p>A typical case of association rules is the “Diapers and beer”. As shown below, in some supermarkets in the United States, when young fathers with new children went to buy diapers after work, nearly half of them also bought beer. Some stores that put diapers and beer next to each other had significantly higher sales than those that did not, and their sales have also increased after these supermarkets put diapers and beer next to each other (Jiao, 2013).</p><p>This is an application of association rules—shopping basket analysis. According to the goods in the customer’s shopping basket, the rules are found and frequent item-sets is generated, that is, which goods will be purchased by the customer several times at the same time. These association rules can be used in merchants’ marketing strategies, such as product promotion, product region division, etc.</p></sec></sec><sec id="s3"><title>3. Apriori Algorithm</title><p>It is an algorithm based on mining Boolean association rules. After each set of frequent item-sets is generated, the whole database is scanned and the association rules between data are mined from the generated frequent item sets, give us decision support.</p><sec id="s3_1"><title>3.1. The Idea of Apriori Algorithm</title><p>An item-set is a set of 0 or more items, and a frequent item-set is an item-set whose support is greater than the custom minimum support count (Shabtay et al., 2021).</p><p>Common evaluation criteria for frequent item-sets:</p><p>1) Support: It is one of the two basic parameters of association rules. It is the ratio of the number of transactions containing both x and y in All sample of dataset D to all transactions. If we have two data x and y that need to be analyzed for correlation, then the corresponding support degree is:</p><p>Support ( x , y ) = P ( x y ) = num ( x y ) num ( AllSamples ) . (1)</p><p>Support ( X ⇒ Y ) = P ( X ∪ Y ) = c o u n t ( X ∪ Y ) | D | . (2)</p><p>For example, a support rating of 28% means that “there is a 28% probability that an individual in the population will contain both X and Y”.</p><p>2) Confidence: It is the ratio of the number of transactions including x and y to the number of transactions including y, namely conditional probability.</p><p>Confidence ( x ⇒ y ) = P ( x | y ) = P ( x y ) P ( y ) . (3)</p><p>Confidence ( X ⇒ Y ) = P ( X | Y ) = Support ( X ∪ Y ) Support ( X ) . (4)</p><p>Assuming that “52% of the terms containing X contain Y”, the confidence is 52%.</p><p>3) Lift: It is the ratio of the number of transactions containing x under the premise of including y to the total number of transactions occurring in x.</p><p>Lift ( x ⇒ y ) = P ( x | y ) P ( x ) = Confidence ( x ⇒ y ) P ( x ) . (5)</p><p>Lift uses 1 as the target value to show the relationship between x and y. If the value is greater than 1, then x ⇒ y is a valid strong association rule. Conversely, x ⇒ y is an invalid strong association rule. When the value is equal to 1, however, there is a special case, that is, the x and y at independence, at the time P ( x | y ) = P ( x ) , so Lift ( x ⇒ y ) = 1 (Zhou et al., 2010).</p><p>Only custom minimum support, or a combination of custom support and confidence, can determine the frequent item-sets in the database.</p><p>Its core is to retrieve all frequent item-sets, and find all item-sets that are greater than or equal to the support by setting the minimum support count and iterating continuously.</p></sec><sec id="s3_2"><title>3.2. Steps of Apriori Algorithm</title><p>The Apriori algorithm consists of two steps: connecting and pruning.</p><p>Connecting: The target is L<sub>k</sub> (k is a constant). By connecting the sets in L<sub>k</sub><sub>−1</sub>, a set of candidate k item-sets, namely C<sub>k</sub>, is generated. The condition that the two elements l<sub>1</sub> and l<sub>2</sub> in L<sub>k</sub><sub>−1</sub> can perform the concatenation operation l<sub>1</sub>l<sub>2</sub>: the first k − 2 items of the candidate set in C<sub>k</sub> are the same, and they are combined according to the lexicographic order, that is,</p><p>( l 1 [ 1 ] = l 2 [ 1 ] ) ∧ ( l 1 [ 2 ] = l 2 [ 2 ] ) ∧ ⋯ ∧ ( l 1 [ k − 2 ] = l 2 [ k − 2 ] ) ∧ ( l 1 [ k − l ) &lt; l 2 [ k − 1 ] )</p><p>Pruning: L k ⊂ C k , C<sub>k</sub> is a superset of L<sub>k</sub>, C<sub>k</sub> contains all frequent item-sets, but not all frequent item-sets in C<sub>k</sub>. Therefore, it is necessary to scan the entire database, calculate the support of each k item-set, and retrieve L<sub>k</sub> (Qian, 2006).</p><p>The steps of code design are as follows:</p><p>Input: Data set D, minimum support count α.</p><p>Output: the largest frequent k item-set.</p><p>1) Scan the entire database, arrange all the data in the data set, and get C<sub>1</sub>, which is the candidate frequent 1 item-set. k = 1, frequent 0 item-sets are empty sets.</p><p>2) Mining frequent k item-sets:</p><p>a) Scan the database and filter the data sets larger than α.</p><p>b) Remove the item-sets whose support degree is lower than α in C<sub>k</sub>, and get L<sub>k</sub>, that is, frequent k item-sets. If L<sub>k</sub> is an empty set, the result of the algorithm is L<sub>k</sub><sub>−1</sub>; otherwise, if there is only one item in the L<sub>k</sub>, the item is the result of the algorithm. The algorithm ends.</p><p>c) When the item-set in L<sub>k</sub> has two or more items, the connection generates C<sub>k</sub><sub>+1</sub>, and the algorithm continues.</p><p>3) Letk = k + 1, repeat step 2.</p><p>The code steps make the disadvantages of Aprior algorithm, scanning the database every iteration, appear on paper. This also leads to the low efficiency of the algorithm code when the database is large and there are many data to be mined (Zhu, 2014).</p></sec><sec id="s3_3"><title>3.3. Properties of Apriori Algorithms</title><p>The two properties of Apriori algorithm can effectively reduce the search complexity of the algorithm, reduce the amount of computation, and improve the efficiency of mining frequent item-sets.</p><p>First, if X is a frequent item-set, then all subsets of X are frequent item-sets.</p><p>Second, if X is a non-frequent item-set, then all supersets of X are non-frequent item-sets (Yu et al., 2010).</p></sec><sec id="s3_4"><title>3.4. The Pros and Cons of Apriori Algorithm</title><p>The space complexity of the algorithm is small, and the coding difficulty of the programmer is reduced. Through the nature of the algorithm and pruning operation, many repeated operations can be avoided, and the running speed of the algorithm is improved. If a given minimum support threshold is large, the number of database scans will be significantly reduced. It is suitable for sparse data, and has high ductility and high exploitability (Wang, 2010).</p><p>If there is more data in the transactional database, the number of items in the candidate set will increase exponentially, which will consume more memory and create a burden. However, when the candidate set is pruned, the database must be scanned, which will consume more time and reduce the efficiency of the algorithm.</p><p>This results in an exponential decline in the efficiency of the algorithm as the size of the database increases.</p><p>In order to solve these problems, many algorithms are derived to improve the mining efficiency based on Apriori: FP-growth algorithm, hash-based technology, thing reduction technology, partition technology, etc. (Song, 2010).</p></sec><sec id="s3_5"><title>3.5. Example of Apriori Algorithm</title><p><xref ref-type="fig" rid="fig4">Figure 4</xref> shows the purchase records of some consumers extracted from the transaction database of a retail store in Bozhou County, Anhui Province, China, so that the minimum support count (min_support) is 2. The process of mining frequent itemsets is as follows:</p><p>The supermarket consumer purchase record database D is shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>.</p><p>Step 1: scan the entire dataset to get I = {Potato Chips, Ham Sausage, Coke, Milk, Instant Noodles}, and all the data obtained at this time is used as the 1 candidate set C<sub>1</sub>. Compare the support count of all items with min_support, and strip out the data that is less than the threshold. In this case, all items should be greater than or equal to the min_support, and the frequent item-set L<sub>1</sub> should be obtained.</p><p>Candidate set C<sub>1</sub> and frequent item-set L<sub>1</sub> are shown in <xref ref-type="fig" rid="fig5">Figure 5</xref>.</p><p>Step 2: use the items left by item-set L<sub>1</sub> to perform the connection operation l<sub>1</sub>l<sub>2</sub>. And scan the whole data set again, count the data of two projects at the same time, calculate the degree of support, and form 2 candidate set C<sub>2</sub>. Similar to step 1, compare min_support and strip out unqualified item-sets (hereinafter referred to as “compare and deletion”) to obtain frequent item-set L<sub>2</sub>.</p><p>Candidate set C<sub>2</sub> and frequent item-set L<sub>2</sub> are shown in <xref ref-type="fig" rid="fig6">Figure 6</xref>.</p><p>Step 3: use the items left by item-set L<sub>2</sub> to perform the connection operation, then the project contains three commodities, and scan the whole data set again, count the data of three items at the same time, calculate the degree of support, and form three candidate sets C<sub>3</sub>. At this time, C<sub>3</sub> contains many non-frequent item-sets, which need to be pruned to form candidate set P<sub>3</sub>, which is compared and deleted to get frequent item-set L<sub>3</sub>.</p><p>Candidate set C<sub>3</sub> is shown in <xref ref-type="fig" rid="fig7">Figure 7</xref>, candidate set P<sub>3</sub> and frequent item-set L<sub>3</sub> are shown in <xref ref-type="fig" rid="fig8">Figure 8</xref>.</p><p>Step 4: repeat the above steps, after C4 pruning, P4=∅. The algorithm ends, all frequent item-sets are retrieved.</p></sec><sec id="s3_6"><title>3.6. Application of Apriori Algorithm</title><p>Apriori algorithm is involved in various fields, including e-commerce, university</p><p>information system, big data platform and so on.</p><p>Application of apriori algorithm in e-commerce: In the aspect of e-commerce, through mining association rules for a large amount of data, we can achieve the purpose of understanding customers’ consumption habits, and can more effectively carry out market analysis, market prediction and the selection of target customers to achieve personalized service, so that enterprises can carry out targeted sales activities and improve sales efficiency and market competitiveness (Wu, 2012).</p><p>Application of Apriori algorithm in universities: The application of Apriori algorithm in colleges and universities is analyzed in two points. First, it is the use of association rules algorithm, including Apriori algorithm in teaching evaluation. By using the data obtained from the students’ evaluation of the curriculum at the end of the semester, the association rules are analyzed from different factors, such as the interaction between students and teachers, the use of multimedia courseware, teaching content and style, to help the teaching management department to make decisions, and to provide feedback to substitute teachers to help teachers improve their teaching quality and efficiency (Zhang, 2017).</p><p>The second is the employment field of graduates. Now colleges and universities advocate personalized autonomous learning, school elective courses and Chinese universities MOOC and other online learning platforms, but also provide teaching services, college students can learn what they are interested in both online and offline. Therefore, in addition to their majors, college students also have other skills. Through correlation analysis, they can push more and more employment opportunities for graduates who are about to find jobs.</p><p>Third, the data mining of students’ life behavior, because of students’ self-esteem, some poor students will give up applying for poverty grants, so they cannot achieve a good financial aid effect. However, according to the credit card records of students’ campus cards, we can know the living standards of students and subsidize them through these data.</p><p>The fourth is the application in the detection of academic misconduct. By scanning the articles and judging the repetition rate, we can avoid academic fraud and ensure the quality of scientific research work.</p></sec></sec><sec id="s4"><title>4. Conclusion</title><p>Nowadays, the related algorithms of association rules have been successful in many fields. Through this topic, we can have a deeper understanding of the specific process and core of Apriori algorithm, and better understand the value of association rules. The main work of this paper includes the following points.</p><p>The main contents are as follows:</p><p>1) The basic theories of data mining and association rules are briefly described and the related processes of them are analyzed.</p><p>2) The Apriori algorithm is analyzed deeply. Through the example of mining association rules, the relevant steps and achievable results of the algorithm are explained.</p><p>3) The application of Apriori algorithm is simply analyzed, such as mining potential customers in e-commerce and teaching evaluation analysis of colleges and universities.</p><p>4) Suggestions for improving the Apriori algorithm: first, by sorting the generated candidate set, the subsequent candidate set can be formed by scanning the previous candidate set and ending when the min_support threshold is scanning. Pruning can be carried out to reduce the amount of computation and improve the efficiency of the algorithm; second, when scanning the database, remove the data of the items whose number of items is less than the candidate set, that need to be checked to improve the efficiency of scanning the database.</p></sec><sec id="s5"><title>Conflicts of Interest</title><p>The author declares no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s6"><title>Cite this paper</title><p>Xie, H. Y. (2021). Research and Case Analysis of Apriori Algorithm Based on Mining Frequent Item-Sets. Open Journal of Social Sciences, 9, 458-468. https://doi.org/10.4236/jss.2021.94034</p></sec></body><back><ref-list><title>References</title><ref id="scirp.108829-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Jiao, D. W. (2013). Research and Improvement of an Association Rule Algorithm. Ph.D. Thesis, Changchun: Changchun University of Science and Technology.</mixed-citation></ref><ref id="scirp.108829-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Lin, P. (2017). Research and Application of Two Improved Key Rule Mining Algorithms. Ph.D. Thesis, Hefei: Hefei University of Technology.</mixed-citation></ref><ref id="scirp.108829-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Liu, H. (2004). Research on the Theory and Method of Knowledge Discovery and Its Application. Ph.D. Thesis, Dalian: Dalian University of Technology.</mixed-citation></ref><ref id="scirp.108829-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Qian, D. Y. (2006). Research on Association Rules Algorithm in Data Mining. Ph.D. Thesis, Tianjin: Tianjin University.</mixed-citation></ref><ref id="scirp.108829-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Shabtay, L., Fournier-Viger, P., Yaari, R., &amp; Dattner, I. (2021). A Guided FP-Growth Algorithm for Mining Multitude-Targeted Item-Sets and Class Association Rules in Imbalanced Data. Information Sciences, 553, 353-375. https://doi.org/10.1016/j.ins.2020.10.020</mixed-citation></ref><ref id="scirp.108829-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Song, X. D. (2010). Research on Key Technologies of Enterprise Group Data Warehouse System. Ph.D. Thesis, Dalian: Dalian University of Technology.</mixed-citation></ref><ref id="scirp.108829-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Wang, D. (2010). Research and Implementation of Apriori Algorithm for Association Rules Based on Cloud Computing. Ph.D. Thesis, Nanchang: Nanchang University.</mixed-citation></ref><ref id="scirp.108829-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">Wu, W. B. (2012). Apply the Data Mining Technology of Apriori Association Rule Algorithm to Mine E-Commerce Potential Customers. Ph.D. Thesis, Zhejiang: Zhejiang University of Technology.</mixed-citation></ref><ref id="scirp.108829-ref9"><label>9</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Yu</surname><given-names> M.</given-names></name>,<name name-style="western"><surname> Hu</surname><given-names> M.</given-names></name>,<name name-style="western"><surname> King</surname><given-names> K.</given-names></name>,<name name-style="western"><surname> Hu</surname><given-names> L.</given-names></name>,<name name-style="western"><surname> &amp; Zhao</surname><given-names> K. </given-names></name>,<etal>et al</etal>. (<year>2010</year>)<article-title>. Telecom Network Alarm Application of Association Rule Algorithm</article-title><source> Journal of Jilin University (Information Science Edition)</source><volume> 28</volume>,<fpage> 264</fpage>-<lpage>269</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.108829-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Zhang, Q. H. (2017). Research on Association Rules Algorithm for Big Data. Ph.D. Thesis, Xi’an: Xi’an University of Science and Technology.</mixed-citation></ref><ref id="scirp.108829-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, J. Z., Liu, J., Yu, C. Y. (2010). Research and Application of Data Mining Based on Web Log. Science, Technology and Engineering, 10, 2762-2766.</mixed-citation></ref><ref id="scirp.108829-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Zhu, Y. (2014). Research on the Improvement of Apriori Algorithm Based on Array. Ph.D. Thesis, Harbin: Harbin normal University.</mixed-citation></ref></ref-list></back></article>