RFIS vs. ANFIS: Comparison of two fuzzy models

Comparison of the RFIS and ANFIS on heart disease detection, wine classification, raisin classification, and fuel consumption prediction.
76 Downloads
Updated 2 Dec 2022

View License

This package contains four examples of how the RFIS and ANFIS fuzzy models can be compared. Moreover, in the classification examples, classical methods such as DT, KNN, LDA, and SVM are determined.
The first example concerns the detection of heart disease. The data can be downloaded from: https://archive.ics.uci.edu/ml/datasets/heart+Disease Original data-set (processed.cleveland.data) contains 303 rows, but the records with missing values have been removed, so we have 297 rows.
The second example concerns the classification of wines. The data can be downloaded from: https://archive.ics.uci.edu/ml/datasets/Wine
The third example concerns the classification of raisins. The data can be downloaded from: https://archive.ics.uci.edu/ml/datasets/Raisin+Dataset In the data-set, class Kecimen is replaced with 1 and Besni with 2.
The fourth example concerns the prediction of automobile fuel consumption in miles per gallon (MPG). The data can be downloaded from: https://archive.ics.uci.edu/ml/datasets/auto+mpg Original data-set contains 398 rows, but the records with missing values have been removed, so we have 392 rows.

Cite As

Krzysztof Wiktorowicz (2024). RFIS vs. ANFIS: Comparison of two fuzzy models (https://www.mathworks.com/matlabcentral/fileexchange/115775-rfis-vs-anfis-comparison-of-two-fuzzy-models), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Acknowledgements

Inspired by: RFIS: Regression-based Fuzzy Inference System

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

Updated files.

1.1.5

Updated files.

1.1.4

Added new example. Updated files.

1.1.3

Added new example.

1.1.2

Files and description updated.

1.1.1

Updated files.

1.1.0

Added new example.

1.0.1

Updated files and description.

1.0.0