Skip to content

Algorithm to detect aggregations in verbose CSV files.

License

Notifications You must be signed in to change notification settings

lanchiang/AggreCol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AggreCol

Algorithm to detect aggregations in verbose CSV files.

Getting Started

Installing

  • This project is implemented in Python 3.7.9.
  • Use the following command to download all required libraries for Python:
pip install -r requirements.txt

Executing program

  • Use the following script to run the AggreCol code with the default setting:
cd scripts/bash/
sh run-aggrecol.sh
  • Explanation for the parameters in the above command:

    • -d: dataset
    • -o: the function of the aggregations to be detected (All for all functions).
    • -c: coverage threshold
    • -t: timeout
    • -s: until which stage should the algorithm execute.
  • Results are stored in the json format in the following file:

./results/aggrecol-results.jl

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the Apache License 2.0 License - see the LICENSE.md file for details

Acknowledgments

About

Algorithm to detect aggregations in verbose CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published