C4.5 contains mechanisms for proposing three types of tests:
The “standard” test on a discrete attribute, with one outcome and branch for each possible value of that attribute.
If attribute Y has continuous numeric values, a binary test with outcomes YZ and Y>Z could be defined, based on comparing the value of attribute against a threshold value Z.