You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). 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 .
General Information
- Version 1.1.2 (281 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 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 |
