Using RFIS fuzzy model for breast cancer detection

Using RFIS fuzzy model as a classifier for breast cancer detection.
57.0 次下载
更新时间 2022/11/29

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2022a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.3

Added classical methods.

1.0.2

Added classical methods.

1.0.1

Updated description.

1.0.0