son-algorithm
There are 11 repositories under son-algorithm topic.
laidasani/Finding-Frequent-Itemset
Implemented the SON Algorithm using the Apache Spark Framework to find frequent itemsets. Used the A-Priori Algorithm to process each chunk of the data.
KayvanShah1/usc-dsci553-data-mining-sp24
USC DSCI 553 - Foundations & Applications of Data Mining - Spring 2024 - Prof. Wei-Min Shen
artisan1218/Finding-Frequent-Itemsets
Finding restaurants tuples that appears in review data from Yelp.com
NbnbZero/Frequent_ItemSet
基于SON, A-prior算法完成的商品中频繁项集的检索
emanuelemorales/Spark-Market-Basket-Analysis
Implementation of a-priori and SON algorithm on Spark.
jhadpk/INF553
Implementation of Data Mining Algorithm on Spark with Python3
divya-ramesha/data-mining-projects
Simple Projects in Data Mining
drewm8080/data_mining_frequent_itemsets
Data Mining to find the Frequent Itemsets using SON algorithm
mujahid-rahman/Finding-Frequent-Item-Sets
Finding Frequent Item Sets over millions shopping baskets: realized by SON algorithm on Spark in Python on AWS.
leiyunin/SON-Algorithm-Implementation-with-Spark
This assignment focuses on implementing the SON Algorithm using the Spark Framework to identify frequent itemsets within large datasets.