SlideShare a Scribd company logo
1 of 7
Download to read offline
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
41
Analysis of Sales by Using Apriori and FP-
Growth at PT. Panca Putra Solusindo
1
Sita Anggraeni, 2
Marlina Ana Iha, 3
Wati Erawati, 4
Sayyid Khairunnas
STMIK Nusa Mandiri ,STMIK Nusa Mandiri ,Universitas Bina Sarana Informatika,
Universitas Bina Sarana Informatika
Jakarta, Indonesia
sita.sia@nusamandiri.ac.id,marlina.anaiha@yahoo.co.id,wati.wti@bsi.ac.id, sayyid.skh@bsi.ac.id
Abstractโ€” PT. Panca Putra Solusindo is a company which sells Electronic equipment.
It has a lot of transactions. Among these data, the company has not been able to provide
such platform that can be used as information for management to find out which products
are most preferred by consumers. Data mining is present to provide information patterns
to companies in answering these needs and helping in marketing to be more effective.
In this research, the function of the Apriori algorithm association is used to find out the
minimum support and minimum confidence and FP-Growth in knowing the frequent
itemset and both of them can find out the best rule that occurs in the transaction. These
two algorithms are tested by using Weka application version 3.8.
Keywords: Data Mining, Association Rule, Apriori, Frequent pattern growth, FP-Growth,
WEKA
I. INTRODUCTION (HEADING 1)
The increase of business competition requires
developers to find a strategy that can enhance
sales and marketing of products, one of which is
to use sales data. With sales activities every day,
the data will grow more and more. The data does
not only function as an archive for the company,
the data can be utilized and processed into useful
information for increasing sales of the product
and promotions.
Electronic products are items that are very
much needed today, because electronic
equpments are very helpful for humans in
carrying out various activities. This study raised
the problems that exist in PT. Panca Putra
Solusindo, which is still not providing the most
sold and interconnected products. Then the
promotion of products that are made in one
interconnected package is not maximized. In
addition, there are still many products in the
inventory, but the sales process is not or has not
been maximal.
One method that can be used is by applying
data mining usage. Because in data mining, there
are ways and techniques in meeting broad
information needs and that information can be
used as material for decision making. The
implemenation of data mining is by performing
one of the association functions in data mining
using apriori algorithms and analyst associations,
namely FP-Growth algorithm. The Apriori
algorithm which aims to find frequent itemsets is
run on a set of data. Apriori analysis defined a
process for finding all apriori rules that meet the
minimum requirements for support and
minimum requirements for confidence. As for
FPGrowth itself, it is an alternative algorithm
that can be used in terms of determining the set
of data that most frequently appears (frequent
itemset) in a set of data.
According to those backgrounds, the statements
of problems as follows:
1. How to apply the apriori and FP-Growth
algorithms to find out the sales of the most sold
electronic products?
2. Can apriori algorithms and FP-Growth help to
develop marketing strategies?
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
42
3. How to implement apriori and FP-Growth
algorithms on sales with the Weka application?
The purpose of this research is: To determine the
extent to which apriori and FP-Growth algorithms
can help the development of marketing strategies
with the implementation of Weka's data mining
application software.
The benefit of this research is: Helping companies
to find out the most sold electronic products.
II. LITERATURE REVIEW
Data mining is a term used to describe certain
knowledge and discover data in a database. Data
mining is a process that uses statistical techniques,
mathematics, artificial intelligence, and learning
machine to extract and identify useful information
and related knowledge from various large databases
(KusriniEmha, 2010)
Data mining has several main functions which in
each function has different usage goals, namely
A. Description, to give a brief description of a
large number of data sets and types.
B. Estimation, to guess an unknown value, for
example guessing someone's income when
information about that person is known.
C. Prediction, to estimate future value, for
example predicting the stock of goods in the next year.
D. Classification, is a process of finding a model
or function that explains or distinguishes a concept or
class of data, with the aim of being able to estimate
the class of an object whose label is unknown.
E. Clustering, grouping and identifying data that
has certain characteristics.
F. Association, also called market basket analysis
where this function identifies products that
consumers might purchase together with other
products.
Apriori algorithm is a basic algorithm proposed
by Agrawal & Srikant in 1994 to determine Frequent
itemsets for Boolean association rules. Apriori
algorithms include the types of Association Rules for
data mining. Rules that state associations between
several attributes are often called affinity analysis or
market basket analysis. Association analysis or
association rule mining is a data mining technique to
find the rules of an item combination. One of the
stages of association analysis that attracted the
attention of many researchers to produce efficient
algorithms is the analysis of high frequency patterns.
The importance of an association can be known by
two benchmarks, namely: support and confidence.
Support (supporting value) is the percentage of the
combination of items in the database, whereas
confidence (the value of certainty) is the strength of
the relationship between items in the rules of
association (KusriniEmha, 2010)
1. Analysis of High Frequency Patterns with
Apriori Algorithms
This stage looks for item combinations that
meet the minimum requirements of the support
value in the database. The support value of an
item is obtained by using the following formula:
๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก(๐ด) =
๐ฝ๐‘ข๐‘š๐‘™๐‘Žโ„Ž ๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– ๐‘š๐‘’๐‘›๐‘”๐‘Ž๐‘›๐‘‘๐‘ข๐‘›๐‘” ๐ด
๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘–
Meanwhile, the support value of 2 items is
obtained using the formula:
๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก(๐ด, ๐ต) = ๐‘ƒ(๐ด โˆฉ ๐ต)
๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก =
โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– ๐‘š๐‘’๐‘›๐‘”๐‘Ž๐‘›๐‘‘๐‘ข๐‘›๐‘” ๐ด ๐‘‘๐‘Ž๐‘› ๐ต
โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘–
The frequent itemset shows itemset which
have a frequency of occurrence of more than the
specified minimum value (รธ ). For instance รธ= 2,
then all itemsets whose frequency of occurrence
is more than or equal to 2 times are called frequent.
The set of frequent k-itemset is denoted by Fk.
2. Formation of Association Rules
After all the high frequency patterns are found,
then association rules are sought that meet the
minimum requirements for confidence by
calculating the associative confidence rule A B.
The confidence values of the A B rule are
obtained by the following formula:
๐‘๐‘œ๐‘›๐‘“๐‘–๐‘‘๐‘’๐‘›๐‘๐‘’ =
โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต
โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด
To determine the association rules to be chosen,
they must be sorted according to the Support ร—
Confidence. Rules are taken as many as n rules
that have the greatest results.
The apriori algorithm is divided into several
stages called narration or pass
1. Forming itemset candidates. The k-itemset
candidate is formed from the combination (k-1)
itemset obtained from the previous iteration. One way
of apriori algorithm is to trim the k-itemset candidate
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
43
whose subset contains k-1 items not included in the
high-frequency pattern with length k-1.
2. Calculation of support for each k-itemset
candidate. Support from each k-itemset candidate is
obtained by scanning the database to calculate the
number of transactions that contain all items in the k-
itemset candidate. This is also a feature of apriori
algorithm where it is necessary to calculate the entire
database as many as the longest k-itemset.
3. Set a high frequency pattern.
The high frequency pattern that contains k items
or k-itemset is determined from the k-itemset
candidate whose support is greater than the minimum
support.
4. If no new high frequency pattern is obtained
then the whole process is stopped.
The FP-Growth algorithm is a development of the
Apriori algorithm. Frequent Pattern Growth (FP-
Growth) algorithm is an alternative algorithm that can
be used to determine the frequent itemset in a data set
[4].
The FP-Growth algorithm uses the concept of tree
development, commonly called FP-Tree, in frequent
itemset search instead of generate candidate as done
in the Apriori algorithm. By using this concept, the
FP-Growth algorithm is faster than the Apriori
algorithm.
The FP-Growth algorithm has stages that must be
passed in order to provide maximum results, these
stages are:
1. The stage of generating conditional pattern base.
2. The stage of generating conditional FP-Tree.
3. The Stage of frequent itemset search.
Association rules is a process in data mining to
determine all associative rules that meet the minimum
requirements for support (minsup) and confidence
(minconf) in a database. Both of these conditions will
be used for applying interesting association rules
compared to the prescribed limits, namely minsup
and minconf. In determining the minimum support
value of an item, it can be obtained by using the
formula (1) as below:
๐‘†๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก (๐ด) =
๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด
๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘ 
๐‘†๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก (๐ด โˆฉ ๐ต)
=
๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต
๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘ 
Whereas in determining minimum confidence can
be determined by the formula equation (2) as below:
๐ถ๐‘œ๐‘›๐‘“๐‘–๐‘‘๐‘’๐‘›๐‘๐‘’ (๐ด โ†’ ๐ต) = ๐‘ƒ(๐ด|๐ต) =
๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต
๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด
III. PROPOSED METHOD
In composing this study, transaction data, in
which sales data, is taken from the sale of PT. Panca
Putra Solusindo Jakarta in January 2016 to December
2016, namely the association of data mining using the
Apriori Algorithm and FP-Growth methods. The
authors took a sample of 116 data from the total
population of data on sales transaction data of PT
Panca Putra Solusindo Jakarta, which amounted to
130 data. The sample to be taken is up to 116 top data
contained in the primary data and contains 14 items.
Before analyzing the Association of data mining
(Moh SholikAbu, 2018), we need the Apriori
algorithm flowchart as follows :
Figure of Flowchart of Apriori Algorithms
Then the steps in determining data mining
associations using the FP-Growth algorithm are as
follows :
Figure of Block Image of FP-Growth Algorithm
Diagram
Furthermore, the author will prepare data with
tabulations in the form of excel with the terms "Y"
and "N" to describe that buying and noting an item of
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
44
goods (SensuseGoldie, 2012), then the data is
changed in the form of "CSV". The following
tabulation data is as follows.
Table of Tabulation of Transaction data
The next step is to transform the coding into the
Weka data mining application (HagugianPaska, 2017)
by taking part in the Association with the Apriori and
FP-Growth methods.
IV. RESULT AND DISCUSSION
The important phase of data mining analysis
Apriori algorithm is determining the highest
frequency pattern by calculating the support value of
one set item, so that the table is formed as follows:
Tabel of Support Per Item
Item Support Support (%)
PC HP 53 46%
Notebook HP 35 30.2%
PC Lenovo 32 27.6%
Notebook Lenovo 29 25%
Memory 27 23.3%
Other Electronic 21 18.10%
USB Flashdisk 17 15%
PC Dell 16 14%
Printer HP 16 14%
Monitor 7 6.03%
Keyboard 6 5.2%
LCD/CRT Lenovo 5 4.31%
Notebook Dell 3 2.6%
Scanner HP 1 0.9%
From the table above, minimum support can be
determined at 9%, then itemset will be determined
which can meet the minimum support as follows:
Table of Itemset that meets the minimum support
Item Support Support (%)
PC HP 53 46%
Notebook HP 35 30.2%
PC Lenovo 32 27.6%
Notebook Lenovo 29 25%
Memory 27 23.3%
Other Electronic 21 18.10%
USB Flashdisk 17 15%
PC Dell 16 14%
Printer HP 16 14%
Next phase, two item frequency pattern formation
is formed from items of the type of goods that meet
the minimum support by combining all items into two
combinations, the result of the combination of two
items results in a minimum support of 9%. Then the
items that meet the requirements are as follows:
Table of two itemset that fulfill minimum
support
Item Support
Support
(%)
PC HP x Notebook HP 13 11.20%
Notebook HP x Notebook Lenovo 12 10.34%
Notebook HP x Memory 11 9.5%
PC HP x PC Lenovo 10 9%
PC HP x Other Electronic 10 9%
PC HP x PC Dell 10 9%
After the minimum support value is formed, the
author determines how to determine the value of
confidence. In this case, it will be tested using the
Weka application.
The writers use Weka application then select explore
to see the "CSV" type data then by using the Apriori
algorithm the Association rules will be formed as
many as ten best rules with the determination of
confidence of 0.4 so that the image looks as follows:
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
45
Figure of Minimum Confidence in Apriori using
Weka Application
From the results above, we will get some rules in
the apriori method as follows:
Figure of Best Rule Apriori with Weka Application
And items that have frequent frequent items are
PC HP for 53 times the same sales as the following
picture:
Figure of Frequent item Apriori with Weka
Application
After being proven by testing the Weka
application, the next phase is data processing
based on the FP-Growth Algorithm, in this case
the data is changed back in one format, namely the
condition "true" or "t" as shown below:
Table of FP-Growth Tabulation
After tabulation as shown above, the data is
prepared in the format "CSV", then open the Weka
application to calculate the value of confidence and
the rule produced.
In processing data here, it is necessary to convert
Weka application data into NominaltoBinary and
NumeriktoBinary in the Unsupervised Attribute filter
format as shown below:
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
46
Figure of Filter Type FP-Growth data
Then after the data type filter is appropriate, rules
will be obtained by determining the minimum
confidence 0.4, which is as follows:
Figure of of FP-Growth results in Weka
Application
Overall, both the Apriori Association algorithm
and the expansion of FP-Growth produce several
rules that often occur in a transaction (frequent items).
This helps management to expand marketing
strategies in increasing sales according to the
combination of items in the association method that
has been described and tested by the Weka
application.
V. CONCLUSION AND SUGGESTION
1. In the Apriori Algorithm, the confidence
value of an item is 92% and we can clearly
know what products are sold high in a period,
while the FP-Growth algorithm produces
several rules that have the most value,
namely frequent itemset, so they can be
rooted in making the next FP-Tree.
2. The best rules are produced from the Apriori
and FP-Growth algorithms which provide
several choices with a predetermined
minimum confidence value of 0.4 so that it
can provide data to marketing to find out in
the future in the sales strategy planning to
improve a better performance.
3. The author is aware of many shortcomings
in data processing and data retrieval, the
authors hope that in the future there will be
other writers developing different
algorithmic methods and producing accurate
analysis for the needs of the company.
VI. ACKNOWLEDGMENT
We gratefully thank to the principal of PT Panca
Putra Solusindo for allowing our to conduct the
research there. We thank our colleagues from STMIK
Nusa Mandiri and Universitas Bina Sarana
Informatika who provided insight and expertise that
greatly assisted the research.
VII. REFERENCES
Hagugian, P. M. (2017). Pengujian Algoritma
Apriori dengan Aplikasi Weka dalam
Pembentukan Asosiation Rule. Jurnal
Mantik Penusa, 98-103.
Kennedi Tampubolon, H. S. (2013). Implementasi
Data Mining Algoritma Apriori pada
Sistem Persediaan Alat-alat Kesehatan.
Majalah Ilmiah INTI, 93-106.
Khoiriah, R. Y. (2015). Implementasi Data Mining
dengan Metode Algoritma Apriori dalam
Menentukan Pola Pembelian Obat. Citec
Journal, 102-113.
Kusrini, E. T. (2010). Algoritma Data Mining. In E.
T. Luthfi, Algoritma Data Mining.
Yogyakarta: Andi.
Moh Sholik, A. S. (2018). Implementasi Algoritma
Apriori untuk mencari Asosiasi Barang
yang dijual di E-Commerce Ordermas.
Techno Com, 158-170.
Nugroho Wandi, R. A. (2012). Pengembangan
Sistem Rekomendasi Penelusuran Buku
dengan Penggalian Association Rule
menggunakan Algoritma Apriori (Studi
Kasus Badan Perpustakaan dan Kearsipan
Provinsi Jawa Timur). Jurnal Teknik ITS,
445-449.
Riset dan E-Jurnal Manajemen Informatika Komputer
Volume 3, Number 2, April 2019
e-ISSN : 2541-1330
p-ISSN : 2541-1332
47
Purnamasari, D. (2013). Get Easy Using Weka. In
D. Purnamasari, Get Easy Using Weka.
Jakarta: Dapur Buku.
Samuel, D. (2008). Penerapan Struktur FP-Tree dan
Algoritma FP-Growth dalam Optimasi
Penentuan Frequent Itemset. In D. Samuel,
Penerapan Struktur FP-Tree dan Algoritma
FP-Growth dalam Optimasi Penentuan
Frequent Itemset. Bandung: Institut
Teknologi Bandung.
Sensuse, G. G. (2012). Penerapan Metode Data
Mining Market Basket Analysis terhadap
data Penjualan Produk Buku dengan
menggunakan Algoritma Apriori dan
Frequent Pattern Growth(FP-Growth) Studi
Kasus Percetakan PT Gramedia. Telematika
MKOM, 118-132.
Suryadi, S. S. (2010). Menggali Pengetahuan dan
Bongkahan Data. In S. S. Suryadi,
Menggali Pengetahuan dan Bongkahan
Data. Yogyakarta: Andi Publisher.
Triyanto, W. A. (2014). Association Rule Mining
untuk Penentuan Rekomendasi Promosi
Produk. Simetris, 121-126.
Wiyana, S. K. (2018). Analisis Algoritma FP
Growth untuk Rekomendasi Produk pada
Data Retail Penjualan Produk Kosmetik
(Studi Kasus: MT Shop Kelapa Gading).
Seminar Nasional Teknologi Informasi, 61-
69.

More Related Content

What's hot

Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesIJARIIE JOURNAL
ย 
Data Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsData Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsDerek Kane
ย 
Text Analytics for Dummies 2010
Text Analytics for Dummies 2010Text Analytics for Dummies 2010
Text Analytics for Dummies 2010Seth Grimes
ย 
Opinion mining on newspaper headlines using SVM and NLP
Opinion mining on newspaper headlines using SVM and NLPOpinion mining on newspaper headlines using SVM and NLP
Opinion mining on newspaper headlines using SVM and NLPIJECEIAES
ย 
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET Journal
ย 
Volume 2-issue-6-2081-2084
Volume 2-issue-6-2081-2084Volume 2-issue-6-2081-2084
Volume 2-issue-6-2081-2084Editor IJARCET
ย 
An Introduction to Text Analytics: 2013 Workshop presentation
An Introduction to Text Analytics: 2013 Workshop presentationAn Introduction to Text Analytics: 2013 Workshop presentation
An Introduction to Text Analytics: 2013 Workshop presentationSeth Grimes
ย 
Automation Tool Development to Improve Machine Results using Data Analysis
Automation Tool Development to Improve Machine Results using Data AnalysisAutomation Tool Development to Improve Machine Results using Data Analysis
Automation Tool Development to Improve Machine Results using Data AnalysisIRJET Journal
ย 
Prediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural NetworkPrediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural Networkrahulmonikasharma
ย 
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm IJECEIAES
ย 
Gr2411971203
Gr2411971203Gr2411971203
Gr2411971203IJERA Editor
ย 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET Journal
ย 
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve Bayes
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve BayesTwitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve Bayes
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve BayesTELKOMNIKA JOURNAL
ย 
Popular Text Analytics Algorithms
Popular Text Analytics AlgorithmsPopular Text Analytics Algorithms
Popular Text Analytics AlgorithmsPromptCloud
ย 
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...IOSR Journals
ย 
Final Report
Final ReportFinal Report
Final Reportimu409
ย 
A Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmA Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmIOSR Journals
ย 

What's hot (18)

Recommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association RulesRecommendation based on Clustering and Association Rules
Recommendation based on Clustering and Association Rules
ย 
Data Science - Part XI - Text Analytics
Data Science - Part XI - Text AnalyticsData Science - Part XI - Text Analytics
Data Science - Part XI - Text Analytics
ย 
Text Analytics for Dummies 2010
Text Analytics for Dummies 2010Text Analytics for Dummies 2010
Text Analytics for Dummies 2010
ย 
Opinion mining on newspaper headlines using SVM and NLP
Opinion mining on newspaper headlines using SVM and NLPOpinion mining on newspaper headlines using SVM and NLP
Opinion mining on newspaper headlines using SVM and NLP
ย 
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...IRJET-  	  A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
ย 
Volume 2-issue-6-2081-2084
Volume 2-issue-6-2081-2084Volume 2-issue-6-2081-2084
Volume 2-issue-6-2081-2084
ย 
An Introduction to Text Analytics: 2013 Workshop presentation
An Introduction to Text Analytics: 2013 Workshop presentationAn Introduction to Text Analytics: 2013 Workshop presentation
An Introduction to Text Analytics: 2013 Workshop presentation
ย 
Automation Tool Development to Improve Machine Results using Data Analysis
Automation Tool Development to Improve Machine Results using Data AnalysisAutomation Tool Development to Improve Machine Results using Data Analysis
Automation Tool Development to Improve Machine Results using Data Analysis
ย 
Prediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural NetworkPrediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural Network
ย 
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm
Complaint Analysis in Indonesian Language Using WPKE and RAKE Algorithm
ย 
Gr2411971203
Gr2411971203Gr2411971203
Gr2411971203
ย 
Report
ReportReport
Report
ย 
IRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic RegressionIRJET- Fake News Detection using Logistic Regression
IRJET- Fake News Detection using Logistic Regression
ย 
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve Bayes
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve BayesTwitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve Bayes
Twitterโ€™s Sentiment Analysis on Gsm Services using Multinomial Naรฏve Bayes
ย 
Popular Text Analytics Algorithms
Popular Text Analytics AlgorithmsPopular Text Analytics Algorithms
Popular Text Analytics Algorithms
ย 
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...
An Optimal Approach to derive Disjunctive Positive and Negative Rules from As...
ย 
Final Report
Final ReportFinal Report
Final Report
ย 
A Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient AlgorithmA Trinity Construction for Web Extraction Using Efficient Algorithm
A Trinity Construction for Web Extraction Using Efficient Algorithm
ย 

Similar to Analysis of Sales Using Apriori and FP-Growth Algorithms

IRJET- Improving the Performance of Smart Heterogeneous Big Data
IRJET- Improving the Performance of Smart Heterogeneous Big DataIRJET- Improving the Performance of Smart Heterogeneous Big Data
IRJET- Improving the Performance of Smart Heterogeneous Big DataIRJET Journal
ย 
27 71-1-pb, fp ap rp
27 71-1-pb, fp ap rp27 71-1-pb, fp ap rp
27 71-1-pb, fp ap rpssuser82ed8e
ย 
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...ijtsrd
ย 
Paper id 212014126
Paper id 212014126Paper id 212014126
Paper id 212014126IJRAT
ย 
H044063843
H044063843H044063843
H044063843IJERA Editor
ย 
Data Mining based on Hashing Technique
Data Mining based on Hashing TechniqueData Mining based on Hashing Technique
Data Mining based on Hashing Techniqueijtsrd
ย 
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351IRJET Journal
ย 
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...ijsrd.com
ย 
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET Journal
ย 
Effieient Algorithms to Find Frequent Itemset using Data Mining
Effieient Algorithms to Find Frequent Itemset using Data MiningEffieient Algorithms to Find Frequent Itemset using Data Mining
Effieient Algorithms to Find Frequent Itemset using Data MiningIRJET Journal
ย 
Comparison Between High Utility Frequent Item sets Mining Techniques
Comparison Between High Utility Frequent Item sets Mining TechniquesComparison Between High Utility Frequent Item sets Mining Techniques
Comparison Between High Utility Frequent Item sets Mining Techniquesijsrd.com
ย 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...IJDKP
ย 
Data Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfData Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfJayanti Pande
ย 
Machine learning based recommender system for e-commerce
Machine learning based recommender system for e-commerceMachine learning based recommender system for e-commerce
Machine learning based recommender system for e-commerceIAESIJAI
ย 
V34132136
V34132136V34132136
V34132136IJERA Editor
ย 
Sales analysis using product rating in data mining techniques
Sales analysis using product rating in data mining techniquesSales analysis using product rating in data mining techniques
Sales analysis using product rating in data mining techniqueseSAT Journals
ย 
Review on: Techniques for Predicting Frequent Items
Review on: Techniques for Predicting Frequent ItemsReview on: Techniques for Predicting Frequent Items
Review on: Techniques for Predicting Frequent Itemsvivatechijri
ย 
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining iosrjce
ย 

Similar to Analysis of Sales Using Apriori and FP-Growth Algorithms (20)

Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
Study on Positive and Negative Rule Based Mining Techniques for E-Commerce Ap...
ย 
IRJET- Improving the Performance of Smart Heterogeneous Big Data
IRJET- Improving the Performance of Smart Heterogeneous Big DataIRJET- Improving the Performance of Smart Heterogeneous Big Data
IRJET- Improving the Performance of Smart Heterogeneous Big Data
ย 
27 71-1-pb, fp ap rp
27 71-1-pb, fp ap rp27 71-1-pb, fp ap rp
27 71-1-pb, fp ap rp
ย 
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
Association Rules Analysis using FP Growth Algorithm to Make Product Recommen...
ย 
Paper id 212014126
Paper id 212014126Paper id 212014126
Paper id 212014126
ย 
H044063843
H044063843H044063843
H044063843
ย 
Data Mining based on Hashing Technique
Data Mining based on Hashing TechniqueData Mining based on Hashing Technique
Data Mining based on Hashing Technique
ย 
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
Irjet v4 iA Survey on FP (Growth) Tree using Association Rule Mining7351
ย 
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
Multiple Minimum Support Implementations with Dynamic Matrix Apriori Algorith...
ย 
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
ย 
Effieient Algorithms to Find Frequent Itemset using Data Mining
Effieient Algorithms to Find Frequent Itemset using Data MiningEffieient Algorithms to Find Frequent Itemset using Data Mining
Effieient Algorithms to Find Frequent Itemset using Data Mining
ย 
Comparison Between High Utility Frequent Item sets Mining Techniques
Comparison Between High Utility Frequent Item sets Mining TechniquesComparison Between High Utility Frequent Item sets Mining Techniques
Comparison Between High Utility Frequent Item sets Mining Techniques
ย 
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
WEB-BASED DATA MINING TOOLS : PERFORMING FEEDBACK ANALYSIS AND ASSOCIATION RU...
ย 
Data Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdfData Mining Module 4 Business Analytics.pdf
Data Mining Module 4 Business Analytics.pdf
ย 
Machine learning based recommender system for e-commerce
Machine learning based recommender system for e-commerceMachine learning based recommender system for e-commerce
Machine learning based recommender system for e-commerce
ย 
V34132136
V34132136V34132136
V34132136
ย 
Sales analysis using product rating in data mining techniques
Sales analysis using product rating in data mining techniquesSales analysis using product rating in data mining techniques
Sales analysis using product rating in data mining techniques
ย 
Review on: Techniques for Predicting Frequent Items
Review on: Techniques for Predicting Frequent ItemsReview on: Techniques for Predicting Frequent Items
Review on: Techniques for Predicting Frequent Items
ย 
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining
A Hybrid Algorithm Using Apriori Growth and Fp-Split Tree For Web Usage Mining
ย 
G017633943
G017633943G017633943
G017633943
ย 

More from Sita Anggraeni

SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN NOVEMBER 2018
BUKTI SURAT KETERANGAN  NOVEMBER 2018BUKTI SURAT KETERANGAN  NOVEMBER 2018
BUKTI SURAT KETERANGAN NOVEMBER 2018Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
BUKTI SURAT KETERANGAN  DAN ST JUNI 2018BUKTI SURAT KETERANGAN  DAN ST JUNI 2018
BUKTI SURAT KETERANGAN DAN ST JUNI 2018Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN JANUARI 2018
BUKTI SURAT KETERANGAN  JANUARI 2018BUKTI SURAT KETERANGAN  JANUARI 2018
BUKTI SURAT KETERANGAN JANUARI 2018Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN JANUARI 2017
BUKTI SURAT KETERANGAN  JANUARI 2017BUKTI SURAT KETERANGAN  JANUARI 2017
BUKTI SURAT KETERANGAN JANUARI 2017Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN JULI 2016
BUKTI SURAT KETERANGAN  JULI 2016BUKTI SURAT KETERANGAN  JULI 2016
BUKTI SURAT KETERANGAN JULI 2016Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN JANUARI 2016
BUKTI SURAT KETERANGAN  JANUARI 2016BUKTI SURAT KETERANGAN  JANUARI 2016
BUKTI SURAT KETERANGAN JANUARI 2016Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012Sita Anggraeni
ย 
BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011Sita Anggraeni
ย 
Sertifikasi Komputer
Sertifikasi KomputerSertifikasi Komputer
Sertifikasi KomputerSita Anggraeni
ย 
Profile Simlibtabnas
Profile SimlibtabnasProfile Simlibtabnas
Profile SimlibtabnasSita Anggraeni
ย 
Prosiding ICIC 2018
Prosiding ICIC 2018Prosiding ICIC 2018
Prosiding ICIC 2018Sita Anggraeni
ย 
Jurnal JAIC 2018
Jurnal JAIC 2018Jurnal JAIC 2018
Jurnal JAIC 2018Sita Anggraeni
ย 

More from Sita Anggraeni (20)

SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018
ย 
BUKTI SURAT KETERANGAN NOVEMBER 2018
BUKTI SURAT KETERANGAN  NOVEMBER 2018BUKTI SURAT KETERANGAN  NOVEMBER 2018
BUKTI SURAT KETERANGAN NOVEMBER 2018
ย 
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
BUKTI SURAT KETERANGAN  DAN ST JUNI 2018BUKTI SURAT KETERANGAN  DAN ST JUNI 2018
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
ย 
BUKTI SURAT KETERANGAN JANUARI 2018
BUKTI SURAT KETERANGAN  JANUARI 2018BUKTI SURAT KETERANGAN  JANUARI 2018
BUKTI SURAT KETERANGAN JANUARI 2018
ย 
BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017
ย 
BUKTI SURAT KETERANGAN JANUARI 2017
BUKTI SURAT KETERANGAN  JANUARI 2017BUKTI SURAT KETERANGAN  JANUARI 2017
BUKTI SURAT KETERANGAN JANUARI 2017
ย 
BUKTI SURAT KETERANGAN JULI 2016
BUKTI SURAT KETERANGAN  JULI 2016BUKTI SURAT KETERANGAN  JULI 2016
BUKTI SURAT KETERANGAN JULI 2016
ย 
BUKTI SURAT KETERANGAN JANUARI 2016
BUKTI SURAT KETERANGAN  JANUARI 2016BUKTI SURAT KETERANGAN  JANUARI 2016
BUKTI SURAT KETERANGAN JANUARI 2016
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015
ย 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014
ย 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
ย 
BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013
ย 
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
ย 
BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012
ย 
BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011
ย 
Sertifikasi Komputer
Sertifikasi KomputerSertifikasi Komputer
Sertifikasi Komputer
ย 
Profile Simlibtabnas
Profile SimlibtabnasProfile Simlibtabnas
Profile Simlibtabnas
ย 
Prosiding ICIC 2018
Prosiding ICIC 2018Prosiding ICIC 2018
Prosiding ICIC 2018
ย 
Jurnal JAIC 2018
Jurnal JAIC 2018Jurnal JAIC 2018
Jurnal JAIC 2018
ย 

Recently uploaded

Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
ย 
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...soniya singh
ย 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
ย 
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Callshivangimorya083
ย 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
ย 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
ย 
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”น
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”นไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”น
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”นatducpo
ย 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
ย 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
ย 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
ย 
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
ย 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
ย 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
ย 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
ย 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
ย 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
ย 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
ย 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
ย 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
ย 

Recently uploaded (20)

Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
ย 
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi ๐Ÿ”8264348440๐Ÿ” Independent Escort...
ย 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
ย 
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 โ˜Žโœ”๐Ÿ‘Œโœ” Whatsapp Hard And Sexy Vip Call
ย 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
ย 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
ย 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
ย 
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”น
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”นไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”น
ไปฃๅŠžๅ›ฝๅค–ๅคงๅญฆๆ–‡ๅ‡ญใ€ŠๅŽŸ็‰ˆ็พŽๅ›ฝUCLAๆ–‡ๅ‡ญ่ฏไนฆใ€‹ๅŠ ๅทžๅคงๅญฆๆด›ๆ‰็Ÿถๅˆ†ๆ กๆฏ•ไธš่ฏๅˆถไฝœๆˆ็ปฉๅ•ไฟฎๆ”น
ย 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
ย 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
ย 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
ย 
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
๊งโค Aerocity Call Girls Service Aerocity Delhi โค๊ง‚ 9999965857 โ˜Ž๏ธ Hard And Sexy ...
ย 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
ย 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
ย 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
ย 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
ย 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
ย 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
ย 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
ย 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
ย 

Analysis of Sales Using Apriori and FP-Growth Algorithms

  • 1. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 41 Analysis of Sales by Using Apriori and FP- Growth at PT. Panca Putra Solusindo 1 Sita Anggraeni, 2 Marlina Ana Iha, 3 Wati Erawati, 4 Sayyid Khairunnas STMIK Nusa Mandiri ,STMIK Nusa Mandiri ,Universitas Bina Sarana Informatika, Universitas Bina Sarana Informatika Jakarta, Indonesia sita.sia@nusamandiri.ac.id,marlina.anaiha@yahoo.co.id,wati.wti@bsi.ac.id, sayyid.skh@bsi.ac.id Abstractโ€” PT. Panca Putra Solusindo is a company which sells Electronic equipment. It has a lot of transactions. Among these data, the company has not been able to provide such platform that can be used as information for management to find out which products are most preferred by consumers. Data mining is present to provide information patterns to companies in answering these needs and helping in marketing to be more effective. In this research, the function of the Apriori algorithm association is used to find out the minimum support and minimum confidence and FP-Growth in knowing the frequent itemset and both of them can find out the best rule that occurs in the transaction. These two algorithms are tested by using Weka application version 3.8. Keywords: Data Mining, Association Rule, Apriori, Frequent pattern growth, FP-Growth, WEKA I. INTRODUCTION (HEADING 1) The increase of business competition requires developers to find a strategy that can enhance sales and marketing of products, one of which is to use sales data. With sales activities every day, the data will grow more and more. The data does not only function as an archive for the company, the data can be utilized and processed into useful information for increasing sales of the product and promotions. Electronic products are items that are very much needed today, because electronic equpments are very helpful for humans in carrying out various activities. This study raised the problems that exist in PT. Panca Putra Solusindo, which is still not providing the most sold and interconnected products. Then the promotion of products that are made in one interconnected package is not maximized. In addition, there are still many products in the inventory, but the sales process is not or has not been maximal. One method that can be used is by applying data mining usage. Because in data mining, there are ways and techniques in meeting broad information needs and that information can be used as material for decision making. The implemenation of data mining is by performing one of the association functions in data mining using apriori algorithms and analyst associations, namely FP-Growth algorithm. The Apriori algorithm which aims to find frequent itemsets is run on a set of data. Apriori analysis defined a process for finding all apriori rules that meet the minimum requirements for support and minimum requirements for confidence. As for FPGrowth itself, it is an alternative algorithm that can be used in terms of determining the set of data that most frequently appears (frequent itemset) in a set of data. According to those backgrounds, the statements of problems as follows: 1. How to apply the apriori and FP-Growth algorithms to find out the sales of the most sold electronic products? 2. Can apriori algorithms and FP-Growth help to develop marketing strategies?
  • 2. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 42 3. How to implement apriori and FP-Growth algorithms on sales with the Weka application? The purpose of this research is: To determine the extent to which apriori and FP-Growth algorithms can help the development of marketing strategies with the implementation of Weka's data mining application software. The benefit of this research is: Helping companies to find out the most sold electronic products. II. LITERATURE REVIEW Data mining is a term used to describe certain knowledge and discover data in a database. Data mining is a process that uses statistical techniques, mathematics, artificial intelligence, and learning machine to extract and identify useful information and related knowledge from various large databases (KusriniEmha, 2010) Data mining has several main functions which in each function has different usage goals, namely A. Description, to give a brief description of a large number of data sets and types. B. Estimation, to guess an unknown value, for example guessing someone's income when information about that person is known. C. Prediction, to estimate future value, for example predicting the stock of goods in the next year. D. Classification, is a process of finding a model or function that explains or distinguishes a concept or class of data, with the aim of being able to estimate the class of an object whose label is unknown. E. Clustering, grouping and identifying data that has certain characteristics. F. Association, also called market basket analysis where this function identifies products that consumers might purchase together with other products. Apriori algorithm is a basic algorithm proposed by Agrawal & Srikant in 1994 to determine Frequent itemsets for Boolean association rules. Apriori algorithms include the types of Association Rules for data mining. Rules that state associations between several attributes are often called affinity analysis or market basket analysis. Association analysis or association rule mining is a data mining technique to find the rules of an item combination. One of the stages of association analysis that attracted the attention of many researchers to produce efficient algorithms is the analysis of high frequency patterns. The importance of an association can be known by two benchmarks, namely: support and confidence. Support (supporting value) is the percentage of the combination of items in the database, whereas confidence (the value of certainty) is the strength of the relationship between items in the rules of association (KusriniEmha, 2010) 1. Analysis of High Frequency Patterns with Apriori Algorithms This stage looks for item combinations that meet the minimum requirements of the support value in the database. The support value of an item is obtained by using the following formula: ๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก(๐ด) = ๐ฝ๐‘ข๐‘š๐‘™๐‘Žโ„Ž ๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– ๐‘š๐‘’๐‘›๐‘”๐‘Ž๐‘›๐‘‘๐‘ข๐‘›๐‘” ๐ด ๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– Meanwhile, the support value of 2 items is obtained using the formula: ๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก(๐ด, ๐ต) = ๐‘ƒ(๐ด โˆฉ ๐ต) ๐‘ ๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก = โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– ๐‘š๐‘’๐‘›๐‘”๐‘Ž๐‘›๐‘‘๐‘ข๐‘›๐‘” ๐ด ๐‘‘๐‘Ž๐‘› ๐ต โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘˜๐‘ ๐‘– The frequent itemset shows itemset which have a frequency of occurrence of more than the specified minimum value (รธ ). For instance รธ= 2, then all itemsets whose frequency of occurrence is more than or equal to 2 times are called frequent. The set of frequent k-itemset is denoted by Fk. 2. Formation of Association Rules After all the high frequency patterns are found, then association rules are sought that meet the minimum requirements for confidence by calculating the associative confidence rule A B. The confidence values of the A B rule are obtained by the following formula: ๐‘๐‘œ๐‘›๐‘“๐‘–๐‘‘๐‘’๐‘›๐‘๐‘’ = โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต โˆ‘๐‘ก๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘› ๐‘๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด To determine the association rules to be chosen, they must be sorted according to the Support ร— Confidence. Rules are taken as many as n rules that have the greatest results. The apriori algorithm is divided into several stages called narration or pass 1. Forming itemset candidates. The k-itemset candidate is formed from the combination (k-1) itemset obtained from the previous iteration. One way of apriori algorithm is to trim the k-itemset candidate
  • 3. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 43 whose subset contains k-1 items not included in the high-frequency pattern with length k-1. 2. Calculation of support for each k-itemset candidate. Support from each k-itemset candidate is obtained by scanning the database to calculate the number of transactions that contain all items in the k- itemset candidate. This is also a feature of apriori algorithm where it is necessary to calculate the entire database as many as the longest k-itemset. 3. Set a high frequency pattern. The high frequency pattern that contains k items or k-itemset is determined from the k-itemset candidate whose support is greater than the minimum support. 4. If no new high frequency pattern is obtained then the whole process is stopped. The FP-Growth algorithm is a development of the Apriori algorithm. Frequent Pattern Growth (FP- Growth) algorithm is an alternative algorithm that can be used to determine the frequent itemset in a data set [4]. The FP-Growth algorithm uses the concept of tree development, commonly called FP-Tree, in frequent itemset search instead of generate candidate as done in the Apriori algorithm. By using this concept, the FP-Growth algorithm is faster than the Apriori algorithm. The FP-Growth algorithm has stages that must be passed in order to provide maximum results, these stages are: 1. The stage of generating conditional pattern base. 2. The stage of generating conditional FP-Tree. 3. The Stage of frequent itemset search. Association rules is a process in data mining to determine all associative rules that meet the minimum requirements for support (minsup) and confidence (minconf) in a database. Both of these conditions will be used for applying interesting association rules compared to the prescribed limits, namely minsup and minconf. In determining the minimum support value of an item, it can be obtained by using the formula (1) as below: ๐‘†๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก (๐ด) = ๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐‘†๐‘ข๐‘๐‘๐‘œ๐‘Ÿ๐‘ก (๐ด โˆฉ ๐ต) = ๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต ๐‘‡๐‘œ๐‘ก๐‘Ž๐‘™ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  Whereas in determining minimum confidence can be determined by the formula equation (2) as below: ๐ถ๐‘œ๐‘›๐‘“๐‘–๐‘‘๐‘’๐‘›๐‘๐‘’ (๐ด โ†’ ๐ต) = ๐‘ƒ(๐ด|๐ต) = ๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด ๐‘Ž๐‘›๐‘‘ ๐ต ๐ด๐‘š๐‘œ๐‘ข๐‘›๐‘ก ๐‘œ๐‘“ ๐‘‡๐‘Ÿ๐‘Ž๐‘›๐‘ ๐‘Ž๐‘๐‘ก๐‘–๐‘œ๐‘›๐‘  ๐ถ๐‘œ๐‘›๐‘ก๐‘Ž๐‘–๐‘›๐‘–๐‘›๐‘” ๐ด III. PROPOSED METHOD In composing this study, transaction data, in which sales data, is taken from the sale of PT. Panca Putra Solusindo Jakarta in January 2016 to December 2016, namely the association of data mining using the Apriori Algorithm and FP-Growth methods. The authors took a sample of 116 data from the total population of data on sales transaction data of PT Panca Putra Solusindo Jakarta, which amounted to 130 data. The sample to be taken is up to 116 top data contained in the primary data and contains 14 items. Before analyzing the Association of data mining (Moh SholikAbu, 2018), we need the Apriori algorithm flowchart as follows : Figure of Flowchart of Apriori Algorithms Then the steps in determining data mining associations using the FP-Growth algorithm are as follows : Figure of Block Image of FP-Growth Algorithm Diagram Furthermore, the author will prepare data with tabulations in the form of excel with the terms "Y" and "N" to describe that buying and noting an item of
  • 4. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 44 goods (SensuseGoldie, 2012), then the data is changed in the form of "CSV". The following tabulation data is as follows. Table of Tabulation of Transaction data The next step is to transform the coding into the Weka data mining application (HagugianPaska, 2017) by taking part in the Association with the Apriori and FP-Growth methods. IV. RESULT AND DISCUSSION The important phase of data mining analysis Apriori algorithm is determining the highest frequency pattern by calculating the support value of one set item, so that the table is formed as follows: Tabel of Support Per Item Item Support Support (%) PC HP 53 46% Notebook HP 35 30.2% PC Lenovo 32 27.6% Notebook Lenovo 29 25% Memory 27 23.3% Other Electronic 21 18.10% USB Flashdisk 17 15% PC Dell 16 14% Printer HP 16 14% Monitor 7 6.03% Keyboard 6 5.2% LCD/CRT Lenovo 5 4.31% Notebook Dell 3 2.6% Scanner HP 1 0.9% From the table above, minimum support can be determined at 9%, then itemset will be determined which can meet the minimum support as follows: Table of Itemset that meets the minimum support Item Support Support (%) PC HP 53 46% Notebook HP 35 30.2% PC Lenovo 32 27.6% Notebook Lenovo 29 25% Memory 27 23.3% Other Electronic 21 18.10% USB Flashdisk 17 15% PC Dell 16 14% Printer HP 16 14% Next phase, two item frequency pattern formation is formed from items of the type of goods that meet the minimum support by combining all items into two combinations, the result of the combination of two items results in a minimum support of 9%. Then the items that meet the requirements are as follows: Table of two itemset that fulfill minimum support Item Support Support (%) PC HP x Notebook HP 13 11.20% Notebook HP x Notebook Lenovo 12 10.34% Notebook HP x Memory 11 9.5% PC HP x PC Lenovo 10 9% PC HP x Other Electronic 10 9% PC HP x PC Dell 10 9% After the minimum support value is formed, the author determines how to determine the value of confidence. In this case, it will be tested using the Weka application. The writers use Weka application then select explore to see the "CSV" type data then by using the Apriori algorithm the Association rules will be formed as many as ten best rules with the determination of confidence of 0.4 so that the image looks as follows:
  • 5. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 45 Figure of Minimum Confidence in Apriori using Weka Application From the results above, we will get some rules in the apriori method as follows: Figure of Best Rule Apriori with Weka Application And items that have frequent frequent items are PC HP for 53 times the same sales as the following picture: Figure of Frequent item Apriori with Weka Application After being proven by testing the Weka application, the next phase is data processing based on the FP-Growth Algorithm, in this case the data is changed back in one format, namely the condition "true" or "t" as shown below: Table of FP-Growth Tabulation After tabulation as shown above, the data is prepared in the format "CSV", then open the Weka application to calculate the value of confidence and the rule produced. In processing data here, it is necessary to convert Weka application data into NominaltoBinary and NumeriktoBinary in the Unsupervised Attribute filter format as shown below:
  • 6. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 46 Figure of Filter Type FP-Growth data Then after the data type filter is appropriate, rules will be obtained by determining the minimum confidence 0.4, which is as follows: Figure of of FP-Growth results in Weka Application Overall, both the Apriori Association algorithm and the expansion of FP-Growth produce several rules that often occur in a transaction (frequent items). This helps management to expand marketing strategies in increasing sales according to the combination of items in the association method that has been described and tested by the Weka application. V. CONCLUSION AND SUGGESTION 1. In the Apriori Algorithm, the confidence value of an item is 92% and we can clearly know what products are sold high in a period, while the FP-Growth algorithm produces several rules that have the most value, namely frequent itemset, so they can be rooted in making the next FP-Tree. 2. The best rules are produced from the Apriori and FP-Growth algorithms which provide several choices with a predetermined minimum confidence value of 0.4 so that it can provide data to marketing to find out in the future in the sales strategy planning to improve a better performance. 3. The author is aware of many shortcomings in data processing and data retrieval, the authors hope that in the future there will be other writers developing different algorithmic methods and producing accurate analysis for the needs of the company. VI. ACKNOWLEDGMENT We gratefully thank to the principal of PT Panca Putra Solusindo for allowing our to conduct the research there. We thank our colleagues from STMIK Nusa Mandiri and Universitas Bina Sarana Informatika who provided insight and expertise that greatly assisted the research. VII. REFERENCES Hagugian, P. M. (2017). Pengujian Algoritma Apriori dengan Aplikasi Weka dalam Pembentukan Asosiation Rule. Jurnal Mantik Penusa, 98-103. Kennedi Tampubolon, H. S. (2013). Implementasi Data Mining Algoritma Apriori pada Sistem Persediaan Alat-alat Kesehatan. Majalah Ilmiah INTI, 93-106. Khoiriah, R. Y. (2015). Implementasi Data Mining dengan Metode Algoritma Apriori dalam Menentukan Pola Pembelian Obat. Citec Journal, 102-113. Kusrini, E. T. (2010). Algoritma Data Mining. In E. T. Luthfi, Algoritma Data Mining. Yogyakarta: Andi. Moh Sholik, A. S. (2018). Implementasi Algoritma Apriori untuk mencari Asosiasi Barang yang dijual di E-Commerce Ordermas. Techno Com, 158-170. Nugroho Wandi, R. A. (2012). Pengembangan Sistem Rekomendasi Penelusuran Buku dengan Penggalian Association Rule menggunakan Algoritma Apriori (Studi Kasus Badan Perpustakaan dan Kearsipan Provinsi Jawa Timur). Jurnal Teknik ITS, 445-449.
  • 7. Riset dan E-Jurnal Manajemen Informatika Komputer Volume 3, Number 2, April 2019 e-ISSN : 2541-1330 p-ISSN : 2541-1332 47 Purnamasari, D. (2013). Get Easy Using Weka. In D. Purnamasari, Get Easy Using Weka. Jakarta: Dapur Buku. Samuel, D. (2008). Penerapan Struktur FP-Tree dan Algoritma FP-Growth dalam Optimasi Penentuan Frequent Itemset. In D. Samuel, Penerapan Struktur FP-Tree dan Algoritma FP-Growth dalam Optimasi Penentuan Frequent Itemset. Bandung: Institut Teknologi Bandung. Sensuse, G. G. (2012). Penerapan Metode Data Mining Market Basket Analysis terhadap data Penjualan Produk Buku dengan menggunakan Algoritma Apriori dan Frequent Pattern Growth(FP-Growth) Studi Kasus Percetakan PT Gramedia. Telematika MKOM, 118-132. Suryadi, S. S. (2010). Menggali Pengetahuan dan Bongkahan Data. In S. S. Suryadi, Menggali Pengetahuan dan Bongkahan Data. Yogyakarta: Andi Publisher. Triyanto, W. A. (2014). Association Rule Mining untuk Penentuan Rekomendasi Promosi Produk. Simetris, 121-126. Wiyana, S. K. (2018). Analisis Algoritma FP Growth untuk Rekomendasi Produk pada Data Retail Penjualan Produk Kosmetik (Studi Kasus: MT Shop Kelapa Gading). Seminar Nasional Teknologi Informasi, 61- 69.