Skip to main content
. 2020 Dec 13;22(12):1406. doi: 10.3390/e22121406
Algorithm 1: Pseudo Code of Building Hybrid Model
Input: SA = selected attributes list, CD = collected data, RSES = rough set exploration system
 Use attributes from SA;
 Create 67% of data for training from CD;
 Create the other 33% of data for testing from CD;
 Define all the default parameters;
 Apply RST classifier by RSES;
 Apply DT, RF, MLP, and SVM classifiers, respectively;
 Create tree-based rules sets by DT;
Output: knowledge(tree)-based rules sets