Reduction of dynamic data in fuzzy association rule mining
Version 1.1.0 (12,3 KB) von
Vugar
The toolbox is capable of performing incremental data reduction in fuzzy association rule mining.
This submission is to support the submission of the corresponding manuscript and can be briefly described as follows: incrementality is a property of a Data Mining technique/approach to tune its results to some novel data records without having to reprocess the whole dataset again, and this submission provides an incremental version of the data reduction technique proposed in https://doi.org/10.1016/j.eswa.2020.113781.
In general, scripts should be launched in the following order:
1. Subset_Design.m
INFO: A dataset can be divided into several subsets.
2. NonIncremental_Data_Reduction.m or Incremental_Data_Reduction.m
INFO: (a) This step is optional, since the following steps can also be perfomed on not reduced data. (b) In order to perform incremental reduction, at least one non-incremental reduction process has to be performed on the data before getting additional incrementally-processed records. (c) Results of data reduction get saved into “Data_KM_Final_Set.txt”.
3. Data_Preparation_and_Partitioning.m
INFO: One selects a dataset to be put through ARM, defined partitioning and explicitly defines antecedent and consequent attributes.
4. Show_Partitioning.m
INFO: The defined partitioning is shown in a graphical form.
5. ARM.m
INFO: This script performs association rule mining (ARM).
6. Classifier_Design.m
INFO: This script creates an associative classifier.
7. Classifier_Running.m
INFO: This script runs the classifier on some testing data.
Zitieren als
Vugar (2025). Reduction of dynamic data in fuzzy association rule mining (https://www.mathworks.com/matlabcentral/fileexchange/121283-reduction-of-dynamic-data-in-fuzzy-association-rule-mining), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2017b
Kompatibel mit R2017b
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Scripts
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0 | The toolbox itself has been submitted after the submission of the corresponding manuscript. |
||
1.0.0 |