Data reduction technique in fuzzy association rule mining

Version 1.1.1 (11,4 KB) von Vugar
This submission contains a technique to decrease the processed-data size in fuzzy association rule mining (ARM).
18 Downloads
Aktualisiert 25. Okt 2022

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2017b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert von: 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 Veröffentlicht Versionshinweise
1.1.1

Description update

1.1.0

A tool has been added.

1.0.0