Research Article

Rough Sets Data Analysis in Knowledge Discovery: A Case of Kuwaiti Diabetic Children Patients

Algorithm 3

Rule generation and classification.
Input: reduct sets
Output: Set of rules
1: for each reduct do
2:  for each correspondence object do
3:   Contract the decision rule
4:   Scan the reduct over an object
5:   Construct
6:   for every do
7:    Assign the value to the correspondence attribute
8:   end for
9:   Construct a decision attribute
10:   Assign the value to the correspondence decision attribute
11:  end for
12: end for