Skip to content

anonexp/fd_miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional dependency miner - fd_miner

The following code allows mining functional dependencies using partition pattern structures

Requirements:

  • Python 2.7
  • Python libraries specified in requirements.txt
  • Compatible with Pypy

Installation:

Execution:

  • python mine_fds.py [dataset]
    • Example: python mine_fds.py experimental_datasets/diagnostics.csv

Datasets Provided (./experimental_datasets/)

Synthetic Datasets (./synthetic_datasets/)

  • diag.rX.csv: Vertical copy of diagnostics dataset. Dataset has been copied X times.
  • short_diag.cX.csv: Horizontal copy of trunked Diagnostics dataset. Dataset has been copied X times.

Observations

Mining some datasets may take several minutes or even hours.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages