For table I, compute support, the interest measure, and the ? correla- tion coefficient for the association pattern {A, B}. Also, compute the confidence of rules A ? B and B ? A.

Consider the contingency tables shown in Table 6.6.

s(A)=0.1, s(B)=0.9, s(A, B)=0.09.
I(A, B) = 9, ?(A, B)=0.89.
c(A ?? B)=0.9, c(B ?? A)=0.9.

Computer Science & Information Technology

You might also like to view...

A database table is a set of related data containing records arranged in rows and columns, called fields

Indicate whether the statement is true or false

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. A base case must include a recursive call. 2. To keep track of recursion most computer systems us a structure called a queue.

Computer Science & Information Technology