Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. support of (A->B)= P(A∩B)
  2. support of (B->A)= P(A∩B)
  3.  
  4. confidence of (A->B) = P(A∩B)/p(A)
  5. confidence of (B->A) = P(A∩B)/p(B)
  6.  
  7. lift(A,B)= P(A∪B)/P(A)P(B)
  8. lift(B,A)= P(B∪A)/P(B)P(A)
Add Comment
Please, Sign In to add comment