Abstract
The Market Basket Analysis helps in identifying the purchasing patterns of customers such as, which products are purchased more and which products are purchased together. This helps in decision making process. For example, if two or more products are frequently purchased together then they can be kept at the same place so as to facilitate the customer, to further increase their sale. The price of products that are not frequently purchased can be reduced in order to enhance their purchase. Additionally the promotion of one product will also increase the sales of other products which are purchased together with the product being promoted. The traditional Apriori algorithm based on candidate generation cannot be used in Market Basket Analysis because it generates candidate sets and scans database regularly for the generation of frequent itemsets. The FP-growth algorithm cannot be used despite of the fact that it does not generate candidate sets and scans the database only twice because, it generates a lot of conditional trees recursively. Therefore, an efficient algorithm needs to be used. In this paper an efficient algorithm is used for development of market basket analysis application. This efficient algorithm neither generates candidate sets nor conditional FP- tree; like FP-growth scans the database twice
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
More From: International Journal of Data Mining Techniques and Applications
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.