1 / 17

Frequent Itemset Mining of Uncertain Data Streams Using the Damped Window Model

Frequent Itemset Mining of Uncertain Data Streams Using the Damped Window Model. Carson Kai-Sang Leung, Fan Jiang SAC 2011. Outline. Motivation Background Method Experimental Result Conclusion. Motivation.

yered
Télécharger la présentation

Frequent Itemset Mining of Uncertain Data Streams Using the Damped Window Model

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Frequent Itemset Mining of Uncertain Data StreamsUsing the Damped Window Model Carson Kai-Sang Leung, Fan Jiang SAC 2011

  2. Outline • Motivation • Background • Method • Experimental Result • Conclusion

  3. Motivation • When compared with FIM of traditional static DBs, FIM of streaming data is more challenging as • (i) data streams are continuous and unbounded • (ii) data in the streams are not necessarily uniformly distributed.

  4. Background • x:item • X:itemset • DB: transaction database • ti:transaction • the expected support of X in the DB can be computed by summing (over all transactions) the product (of existential probabilities of items within X):

  5. Logic Algorithm • Minsup:1,preMinsup:0.8 • expSup(a)=0.9+0.9=1.8 • expSup(b)=1.0+0.7=1.7 • expSup(c)=0.8+0.8=1.6 • expSup(d)=0.6+0.1+0.6=1.3 • expSup(e)=0.4<preMinsup

  6. Logic Algorithm

  7. Logic Algorithm • {d}-projected database • expSup({a,d},B1)= • expSup({c,d},B1)= • expSup({a,c,d},B1)= • All:{a},{a, c},{a, c, d},{a, d},{b},{c},{c, d},{d}

  8. Logic Algorithm • When Batch B1arrive,{a},{a, c},{a, c, d},{a, d},{b},{c},{c,d}, {d} with expected support of 1.8,1.44,0.86,1.08,1.7,1.6,0.96,1.3

  9. Logic Algorithm • When arrive,we can find : • {a},{a,c},{b},{b,d},{c},{d} with expected support of 1.0,0.8,2.0,1.0,0.9,1.0

  10. Logic Algorithm

  11. Improved Algorithm • When Batch B1 arrive,{a},{a, c},{a, c, d},{a, d},{b},{c},{c,d}, {d} with expected support of 1.8,1.44,0.86,1.08,1.7,1.6,0.96,1.3 • When arrive,we can find :{a},{a,c},{b},{b,d},{c},{d} with expected support of 1.0,0.8,2.0,1.0,0.9,1.0

  12. DUF-streaming Algorithm

  13. DUF-streaming Algorithm • When Batch B1 arrive,{a},{a, c},{a, c, d},{a, d},{b},{c},{c,d}, {d} with expected support of 1.8,1.44,0.86,1.08,1.7,1.6,0.96,1.3 • When arrive,we can find :{a},{a,c},{b},{b,d},{c},{d} with expected support of 1.0,0.8,2.0,1.0,0.9,1.0 • Example: • expSup({a,c},B1:2) • expSup({a,c},B1:3)

  14. DUF-streaming Algorithm

  15. Experimental Result

  16. Experimental Result

  17. Conclusion • Experimental results showed the effectivenessof our DUF-streaming algorithm in using the dampedwindow model for mining frequent itemsets from streams ofuncertain data.

More Related