Daftar Isi:
  • Keeping records of sales transactions in a business is important. Not only to calculate profits, but sales transactions can find frequently purchased items. Those items are found by counting the sum of items per transaction. Then items are sorted from most purchased times until few purchased items. However, if data is large enough, the items are not easily calculated manually. FP-Growth algorithm could solve this problem. First,data is need to be inputted, Then, minimum support is inputted. After that, system simulation can be worked. After that, data item and transaction data changed into array. And those two array modified and inputted into new temporary table. This processed able to create Conditional Pattern Base until Frequent Patern is founded. The result of this research is Frequent Patern 2-Set and Frequent Patern 3-Set is found. Then for system analysis, time and memory usage table is found by processed 100, 250, 500 and 1000 data. The table is used for comparing data increasing and memory and time usage increasing. Keyword: FP-Growth, Data Mining, Simulation, PHP-based