Skip to content

rnd-forests/skyline-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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