All Projects → rnd-forests → skyline-query

rnd-forests / skyline-query

Licence: MIT license
Simple implementation of spatial skyline query algorithms

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to skyline-query

Ann Benchmarks
Benchmarks of approximate nearest neighbor libraries in Python
Stars: ✭ 2,658 (+15535.29%)
Mutual labels:  nearest-neighbors
Cassandra-Data-Modeling
Basic Rules of Cassandra Data Modeling
Stars: ✭ 29 (+70.59%)
Mutual labels:  data-modeling
miosqp
MIQP solver based on OSQP
Stars: ✭ 74 (+335.29%)
Mutual labels:  branch-and-bound
pybnb
A parallel branch-and-bound engine for Python. (https://pybnb.readthedocs.io/)
Stars: ✭ 53 (+211.76%)
Mutual labels:  branch-and-bound
geojson-rbush
GeoJSON implementation of RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
Stars: ✭ 60 (+252.94%)
Mutual labels:  r-tree
tkz-orm
Object-Role Modeling diagrams in TeX
Stars: ✭ 14 (-17.65%)
Mutual labels:  data-modeling
graphgrove
A framework for building (and incrementally growing) graph-based data structures used in hierarchical or DAG-structured clustering and nearest neighbor search
Stars: ✭ 29 (+70.59%)
Mutual labels:  nearest-neighbors
GraphQL-Blueprint
GraphQL Blueprint: a software developer tool for engineers that want to quickly generate React/Express, Apollo and GraphQL boilerplate code using a data modeling interface. Watch your queries, mutations, and schema update in realtime with our code preview feature and finally, export it when you're ready to begin building the rest of your app!
Stars: ✭ 74 (+335.29%)
Mutual labels:  data-modeling
pynanoflann
Unofficial python wrapper to the nanoflann k-d tree
Stars: ✭ 24 (+41.18%)
Mutual labels:  nearest-neighbors
machine learning
A gentle introduction to machine learning: data handling, linear regression, naive bayes, clustering
Stars: ✭ 22 (+29.41%)
Mutual labels:  nearest-neighbors
HelpingHand
Leveraging Intelligent Processing Tools and Algorithms to help the Visually Impaired see and navigate 💥✨
Stars: ✭ 29 (+70.59%)
Mutual labels:  data-modeling
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (+94.12%)
Mutual labels:  nearest-neighbors
eav-manager
Blazing fast data modeling and enrichment
Stars: ✭ 21 (+23.53%)
Mutual labels:  data-modeling
Rbush
RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles
Stars: ✭ 1,881 (+10964.71%)
Mutual labels:  r-tree
legend-studio
Legend Studio
Stars: ✭ 53 (+211.76%)
Mutual labels:  data-modeling
adventures-with-ann
All the code for a series of Medium articles on Approximate Nearest Neighbors
Stars: ✭ 40 (+135.29%)
Mutual labels:  nearest-neighbors
objectiv-analytics
Powerful product analytics for data teams, with full control over data & models.
Stars: ✭ 399 (+2247.06%)
Mutual labels:  data-modeling
FLANN.jl
A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)
Stars: ✭ 14 (-17.65%)
Mutual labels:  nearest-neighbors
fal
do more with dbt. fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.
Stars: ✭ 567 (+3235.29%)
Mutual labels:  data-modeling
rust-octree
rust implementation of octree algorithm for nearest neighbor search in 3D space
Stars: ✭ 29 (+70.59%)
Mutual labels:  nearest-neighbors

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].