| Algorithm 3 Heuristic (M, or ) for induction of decision rules. |
| Input: Decision table T with condition attributes and row r |
| Output: Decision rule for T and given row r |
| ; |
| ; |
| while is not degenerate do |
|
select attribute as follows: • heuristic M selects which minimizes the value ; • heuristic selects which minimizes the value ; • heuristic selects which maximizes the value ; |
| ; |
| ; |
| ; |
| end while |
| ; |