skyline-query icon indicating copy to clipboard operation
skyline-query copied to clipboard

Simple implementation of spatial skyline query algorithms

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