A step-by-step procedure to solve a problem is a(n)

a) program
b) algorithm
c) flowchart
d) structured walk through

b) algorithm

Computer Science & Information Technology

You might also like to view...

A ______ of height h is full down to level h – 1, with level h filled in from left to right.

a. full binary tree b. complete binary tree c. balanced binary tree d. general tree

Computer Science & Information Technology

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.

Computer Science & Information Technology