Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.23 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.23 KB

Spatial Skyline Query Algorithms

A Java Implementation of Spatial Skyline Query Algorithms.

References

Algorithms are built based on descriptions in the following research papers:

Algorithms

  • Branch and Bound Skyline (BBS)
  • Nearest Neighbor (NN)

Libraries

Sample Data

Demonstration

GUI application

GUI application

Skyline Visualization
Anti-correlated 2D points dataset

Anti-correlated

Correlated 2D points dataset

Correlated

Uniformly Distributed 2D points dataset

Uniform

License

This application is open-source released under MIT license.

All 3rd party open sourced libraries distributed with this application are still under their own license.

Authors