0

I am working on project privacy preserving data mining for association rules, for that I require sample vertically partitioned binary data set. Can anyone help me?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

To my knowledge all datasets that are available for association rule mining on the web (e.g. the FIMI 03 and FIMI 04 website) are in horizontal format. I would suggest to write a simple program to convert a public dataset from horizontal to vertical format. You can get datasets for association rule mining on the FIMI website: http://fimi.ua.ac.be/data/

Phil
  • 3,375
  • 3
  • 30
  • 46