粗糙集 Resources

Showing items tagged with "粗糙集"

This MATLAB code collection for rough set computation contains multiple files addressing different scenarios, including core algorithms for attribute reduction, dependency degree calculation, and rule extraction from decision tables.

MATLAB 210 views Tagged

This program implements the rough set attribute reduction algorithm with efficient computational approaches! Researchers working in this field are encouraged to download and explore its implementation.

MATLAB 234 views Tagged

This package contains 5 MATLAB codes implementing a comprehensive face recognition pipeline: 1) saveORLimage.m divides ORL face database into test set (ptest) and training set (pstudy), saved as imagedata.mat; 2) savelda.m performs PCA dimensionality reduction followed by LDA feature extraction, generating new test set (ldatest) and training set (ldastudy) saved as imageldadata.mat; 3) discretimage.m discretizes ldastudy data into discrete matrix disdata, stored as imagedisdata.mat; 4) savers.m constructs decision tables from disdata

MATLAB 235 views Tagged