Top Down FPGrowth for Association Rule Mining - PowerPoint PPT Presentation

About This Presentation
Title:

Top Down FPGrowth for Association Rule Mining

Description:

confidence: count( AB ) / count(A ) Confident: = minimum confidence. Input: a set of transactions. find all frequent patterns AB and A. 3 ... – PowerPoint PPT presentation

Number of Views:151
Avg rating:3.0/5.0
Slides: 11
Provided by: llt7
Category:

less

Transcript and Presenter's Notes

Title: Top Down FPGrowth for Association Rule Mining


1
Top Down FP-Growth for Association Rule Mining
  • Ke Wang
  • Liu Tang
  • Jiawei Han
  • Junqiang Liu
  • Simon Fraser University

2
Introduction
  • Association rule A ? B
  • A and B sets of items
  • support count(AB ) ( of transaction containing
    AB)
  • Frequent gt minimum support
  • confidence count( AB ) / count(A )
  • Confidentgt minimum confidence
  • Input a set of transactions
  • find all frequent patterns AB and A

3
TD-FP-Growth for frequent pattern mining
  • Similar prefix tree as FP-tree
  • Items in transactions are sorted
  • Transactions share prefix as much as possible
  • FP-growth bottom-up mining
  • TD-FP-Growth top-down mining

4
FP-Growth Bottom-up minig
b, e a, b, c, e b, c, e a, c, d a minsup 2
Mining order e, c, b, a
5
FP-Growth Bottom-up mining
? drawback!
6
FP-Growth Top-down mining(TD-FP-Growth)
  • process nodes at upper level first
  • counts modified at upper level are not used at
    lower level
  • reuse the paths in the original FP-tree for
    conditional pattern FP-trees

See example ?
7
TD-FP-Growth
b, e a, b, c, e b, c, e a, c, d a minsup 2
Mining order a, b, c, e
CT-tree and header table H
8
TD-FP-Growth
b, e a, b, c, e b, c, e a, c, d a minsup 2
9
Performance
  • Data sets from UC_Irvine Machine Learning
    Database Repository http//www.ics.uci.
    edu/mlearn/MLRepository.html.

10
Performance
Write a Comment
User Comments (0)
About PowerShow.com