This document compares two approaches for handling incomplete data and generating decision rules: 1) Rough set theory, which fills missing values and performs attribute reduction, and 2) Random tree classification in data mining, which ignores missing values. It uses a heart disease dataset with missing values to test the approaches in ROSE2 and WEKA. The results show that random tree classification ignoring missing values produces more accurate decision rules than rough set theory filling missing values.