https://github.com/foxriver76/sw-meb-python
Coresets for Minimum Enclosing Balls over Sliding Windows
https://github.com/foxriver76/sw-meb-python
Last synced: over 1 year ago
JSON representation
Coresets for Minimum Enclosing Balls over Sliding Windows
- Host: GitHub
- URL: https://github.com/foxriver76/sw-meb-python
- Owner: foxriver76
- Created: 2021-09-22T08:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T09:29:53.000Z (over 4 years ago)
- Last Synced: 2025-01-04T17:45:50.298Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SW-MEB-Python
Coresets for Minimum Enclosing Balls over Sliding Windows
Port of the JAVA implementation https://github.com/yhwang1990/SW-MEB
A Python implementation of the algorithms in KDD'19 paper "Coresets for Minimum Enclosing Balls over Sliding Windows", an extended version of which is available on [arXiv](https://arxiv.org/abs/1905.03718).