Transaction ID | List of Item ID's |
T1 | A, B, E |
T2 | B, C, D |
T3 | B, D, E |
T4 | C, D, E |
T5 | B, C, D, E |
T6 | B, C, E |
Let the min_support = 20% and min_conf = 60%. In this question, we are considering the Apriori algorithm and two of its variations. They are:
buys(X, Y) => buys(X, "E") -- [s, c]
You can print out the data sheet for the concept hierarchies and the relation R which are used in this question.
Let the attribute thresholds (denoted as T(attribute)) be: T(major) = 3, T(status) = 2, T(age) = 2, T(nationality) = 2, and T(gpa) = 3.