Using RFIS fuzzy model for breast cancer detection

Using RFIS fuzzy model as a classifier for breast cancer detection.
57 Downloads
Updated 29 Nov 2022

View License

This example demonstrates the use of RFIS fuzzy model to detect breast cancer from a set of observations. Moreover, classical methods such as DT, Naive Bayes, KNN, LDA, and SVM are determined.
Requires loading data from the website: https://archive.ics.uci.edu/ml/datasets/breast+cancer+wisconsin+%28original%29 In the original data file (with 699 records) you should delete 16 records with missing data (marked with '?'). This way, after loading the data, you should get a matrix of 683 rows and 11 columns in size.

Cite As

Krzysztof Wiktorowicz (2024). Using RFIS fuzzy model for breast cancer detection (https://www.mathworks.com/matlabcentral/fileexchange/116200-using-rfis-fuzzy-model-for-breast-cancer-detection), 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.0.3

Added classical methods.

1.0.2

Added classical methods.

1.0.1

Updated description.

1.0.0