rnd-forests / skyline-query

Simple implementation of spatial skyline query algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple implementation of spatial skyline query algorithms

License:MIT License


Languages

Language:Java 100.0%