homework of datamining
IMPORTANT every time you update the database via script/dbgenerate.py, the script/dbprepare.py should follow
datasetall the databases should be stored in this folder, formatted as sqlite3scriptsdbgenerate.pyused to generate the database automatically
libthis folder contains all main codesconn.pyan encapsulated module, used to apply query on textual databasesfptree.pydescribes how to construct a fp-treefpgrowth.pyfp-growth algorithm
testseveral trivial testing scriptshw1.pythe main file of the first homework
- Mar 17th, 2016 start!
- Mar 18th, 2016 bug fixed when crawling journal papers
- Mar 19th, 2016 fp-tree's constructing algorithm finished
- Apr 5th, 2016 the fp-growth algorithm has been finished