T2RFIS: Type-2 Regression-based Fuzzy Inference System

T2RFIS is a novel simple fuzzy inference system with type-2 fuzzy sets without explicitly defined fuzzy rules based on ridge regression.
175 Downloads
Updated 23 Nov 2023

View License

This project concerns training fuzzy systems on the basis of ridge regression. These systems use Gaussian type-2 fuzzy sets for the inputs and a linearly parameterized system function to obtain the output. The input fuzzy sets are determined by a multi-objective genetic algorithm with a feature selection method. The multi-criteria objective functions enable the selection of models from the Pareto fronts taking into account the compromise between model accuracy and its simplification.
The package contains an example of using the T2RFIS method to predict 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.
Using this method, please cite as:
Wiktorowicz K., 'RFIS: regression-based fuzzy inference system', Neural Computing and Applications, vol. 35, pp. 20299–20317, 2023, DOI: https://doi.org/10.1007/s00521-023-08811-7
Available at:

Cite As

Krzysztof Wiktorowicz (2024). T2RFIS: Type-2 Regression-based Fuzzy Inference System (https://www.mathworks.com/matlabcentral/fileexchange/107205-t2rfis-type-2-regression-based-fuzzy-inference-system), MATLAB Central File Exchange. Retrieved .

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

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

Updated description.

1.1.1

Updated description.

1.1.0

Updated function evalt2rfis.m

1.0.9

Updated description in the file gauss.m

1.0.8

Updated description in the file gauss.m

1.0.7

Updated function mpg_objfun

1.0.6

Updated function mpg_objfun.

1.0.5

Updated image.

1.0.4

Updated image.

1.0.3

Updated image.

1.0.2

Extended description. Added image.

1.0.1

Added function evalt2rfis.

1.0.0