Skip to content

chrisliu54/G-Skyline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G-Skyline

Our implementation of finding Group Skyline proposed in Finding Pareto Optimal Groups: Group-based Skyline.


Compilation

  • Mark the data/ directory as Sources Root.
  • Compile the project from src/org/main/Experiments.java.

Running

java -jar G-Skyline.jar FILE_NAME GROUP_SIZE METHOD
  • FILE_NAME should be in accordance with .txt files under data/.
  • GROUP_SIZE should be a positive integer.
  • METHOD should be a value among 0, 1 and 2.
    • 0: Point-Wise
    • 1: Unit Group-Wise
    • 2: Unit Group-Wise Plus

Results

The line chart below shows the running time of the 3 methods when dealing with inde_2.txt given different group sizes. results_inde2_gsize

About

G-Skyline: an implementation of Group Skyline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages