Association Rule: Numerical Problem

 


Question:

Consider the confidence values of tree association rules as follows:

c1 =Conf(A→B)

c2 = Conf(A → BC)

c3 = Conf(AC → B)

What relationship can you draw among c1, c2 and c3?

Answer:

  • c1=Conf(AB)c_1 = \text{Conf}(A \rightarrow B):

    c1=Support(AB)Support(A)c_1 = \frac{\text{Support}(A \cup B)}{\text{Support}(A)}
  • c2=Conf(ABC)c_2 = \text{Conf}(A \rightarrow BC):

    c2=Support(ABC)Support(A)c_2 = \frac{\text{Support}(A \cup B \cup C)}{\text{Support}(A)}
  • c3=Conf(ACB)c_3 = \text{Conf}(AC \rightarrow B):

    c3=Support(ACB)Support(AC)c_3 = \frac{\text{Support}(A \cup C \cup B)}{\text{Support}(A \cup C)}
  • Raghunath

    I am studying in M.SC Data Science at the Department of Computer Science and Engineering, Kalyani University. I am an enthusiast blogger.

    Post a Comment

    Previous Post Next Post