Our implementation of finding Group Skyline proposed in Finding Pareto Optimal Groups: Group-based Skyline.
- Mark the
data/directory as Sources Root. - Compile the project from
src/org/main/Experiments.java.
java -jar G-Skyline.jar FILE_NAME GROUP_SIZE METHODFILE_NAMEshould be in accordance with.txtfiles underdata/.GROUP_SIZEshould be a positive integer.METHODshould be a value among 0, 1 and 2.0: Point-Wise1: Unit Group-Wise2: Unit Group-Wise Plus
The line chart below shows the running time of the 3 methods when dealing with inde_2.txt given different group sizes.
