Data reduction technique in fuzzy association rule mining

Version 1.1.1 (11.4 KB) by Vugar
This submission contains a technique to decrease the processed-data size in fuzzy association rule mining (ARM).
17 Downloads
Updated 25 Oct 2022

View License

This submission is to support the submission of the corresponding paper. The paper analyzes the data reduction technique proposed in https://doi.org/10.1016/j.eswa.2020.113781.
The submission has 7 main scripts to be launched in the following order:
1) Initial_dataset_processing % the script performs clustering by fuzzy C-means to obtain a reduced-size "Data_KM_Final_Set.txt". If no mindist is required, use mindist=999
or
Initial_dataset_processing_KM % the script performs clustering by K-means to obtain a reduced-size "Data_KM_Final_Set.txt". If no mindist is required, use mindist=999
2) Initial_dataset_formalization % the script prepares a dataset for further ARM.
3) MF_Show % the script plots the results of partitioning.
4) Critical_C=???? % the operation defines minsupp in ARM.
5) Entire_Ruleset_Design % the script performs ARM.
6) FIS_Design % the script creates a Mamdani-Type FIS from the ARM results.
7) FIS_Running % the created FIS is tested on selected data.
Note: this submission is a variation of https://www.mathworks.com/matlabcentral/fileexchange/73104 and, possibly, will be merged with it in the future.

Cite As

Vugar (2024). Data reduction technique in fuzzy association rule mining (https://www.mathworks.com/matlabcentral/fileexchange/119303-data-reduction-technique-in-fuzzy-association-rule-mining), MATLAB Central File Exchange. Retrieved .

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

Inspired by: Clustering-based speed-up technique in ARM

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.1

Description update

1.1.0

A tool has been added.

1.0.0