Using RFIS fuzzy model for breast cancer detection

Using RFIS fuzzy model as a classifier for breast cancer detection.
55 descargas
Actualizado 29 nov 2022

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: 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!
Versión Publicado Notas de la versión
1.0.3

Added classical methods.

1.0.2

Added classical methods.

1.0.1

Updated description.

1.0.0