Frequent Itemset Searching in Data Mining

This code is provided for searching frequent itemsets in given database
1.8K Downloads
Updated 19 Apr 2011

View License

Frequent Itemset search is needed as a part of association mining in Data mining research field of Machine Learning.

This code gives you upto the frequent k-itemset as output.

You may want to change two things in MAIN file as per your need:
First one is 'A': the input matrix with each row as a trnsaction(or sample or example) and each column as one feature (or item).. and
second one the threshold 't'

Cite As

nitin thokare (2024). Frequent Itemset Searching in Data Mining (https://www.mathworks.com/matlabcentral/fileexchange/31095-frequent-itemset-searching-in-data-mining), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0