NRA algorithm for top-k query of NBA players by chosen stats and Skyline detection.
-
Updated
May 30, 2019 - Python
NRA algorithm for top-k query of NBA players by chosen stats and Skyline detection.
Every game in the palm of your hand!
Implementation of Threshold Top-k algorithm in python
Project using Python, Hive and MapReduce to compare various techniques to find the top K words in a very large file i.e. different techniques to process Big Data.
This is an implementation of the Top-k-join algorithm also known as HRJN.
Fagin's algorithm: Fagin's algorithm: 1. Do sorted access on all lists in parallel. 2. For every item - do random access to the other lists to fetch all of its values. 3. Stop when at least K items were seen in the sorted access. 4. Sort the list.
파이썬으로 구현한 Top-k 쿼리 알고리즘 3가지 - Fagin method, TA method, NRA method
Add a description, image, and links to the top-k-query topic page so that developers can more easily learn about it.
To associate your repository with the top-k-query topic, visit your repo's landing page and select "manage topics."