https://github.com/mortend/typescript-clustering
Density Based Clustering for TypeScript
https://github.com/mortend/typescript-clustering
algorithm optics typescript
Last synced: about 1 month ago
JSON representation
Density Based Clustering for TypeScript
- Host: GitHub
- URL: https://github.com/mortend/typescript-clustering
- Owner: mortend
- License: mit
- Created: 2021-01-25T08:50:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T08:52:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T14:53:18.260Z (11 months ago)
- Topics: algorithm, optics, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Density Based Clustering for TypeScript
This is a partial port of the `density-clustering` module on NPM.
The original source code can be found [here](https://github.com/uhho/density-clustering).