Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 593 Bytes

CS568: Data Mining

Group 7: dataHacks

This repository houses all the code related to both incremental and static implementation of SUBCLU of CS568: Data Mining Project.

How to check accuracy

$ python3 accuracy.py {static_file} {incr_file} {updated_file}

static_file - The file containing clusters formed by static SUBCLU in a particular subspace

incr_file - The file containing clusters formed by incremental SUBCLU in the same subspace as above

updated_file - The file containing the remaining points after points are inserted/deleted by incremental SUBCLU.