| Algorithm 1: Method to Determine Condition Attribute Weights |
| Input: the knowledge base , |
| Output: the weight of the condition attributes, ; |
| 1: compute the equivalence class , |
| 2: for
i = 1 to m
do 3: compute the relative knowledge attribute discernibility |
| 4: for
j = 1 to n
do 5: compute the equivalence class |
| 6: compute the relative knowledge attribute discernibility |
| 7: compute the relative attribute importance of conditional attribute |
| 8: end for |
| 9: computer the condition attribute weight |
| 10: end for |