FDSampleRush/
│
├── data/ # Data files
│
├── docs/ # Documentation for the project.
│ └── (...).md
│
├── notebooks/ # Jupyter notebooks for experiments and analyses.
│ └── (...).ipynb
│
├── src/ # Source code for the project.
│ ├── func_dependencies/ # Module for generating and managing functional dependencies.
│ ├── normalization/ # Normal forms checking and sampling.
│ └── utils/ # Utility functions and classes used across the project.
│
├── tests/ # Automated tests
│ ├── func_dependencies/ # Test cases for the functional dependencies module.
│ ├── normalization/ # Test cases for the normalization module.
│ └── utils/ # Test cases for the utility functions and classes.
│
├── .gitignore
├── README.md # Overview of the project.
└── requirements.txt # The dependencies file for reproducing the analysis environment, e.g., via pip.
KamiliArsyad/FDSampleRush
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|