Consider a data set that has a large difference in the class size (i.e., some classes are much bigger than others). Which method (between C4.5rules and RIPPER) is better in terms of finding high accuracy rules for the small classes?
C4.5rules is an implementation of an indirect method for generating rules
from a decision tree. RIPPER is an implementation of a direct method for
generating rules directly from data.
The class-ordering scheme used by C4.5rules has an easier interpretation
than the scheme used by RIPPER.
Computer Science & Information Technology
You might also like to view...
An audio interface unit can
a. connect a computer to musical instruments and microphones. b. provide Dolby surround sound. c. create electronic drum sounds. d. convert between different audio file formats.
Computer Science & Information Technology
Programming code is the set of rules used to specify how each statement must be written.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology