Data reduction technique in fuzzy association rule mining

Version 1.1.1 (11,4 ko) par Vugar
This submission contains a technique to decrease the processed-data size in fuzzy association rule mining (ARM).
18 téléchargements
Mise à jour 25 oct. 2022

Afficher la licence

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.

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : 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 Publié le Notes de version
1.1.1

Description update

1.1.0

A tool has been added.

1.0.0