Skip to main content
Deno 2 is finally here 🎉️
Learn more

Distance Calculator

This module allow you to process the db-scan algorithm with n-dimensional data. Optional methods for distancecalculation are Manhattan, Minkowski and Euclidean.

Usage via Commandline

´´´js deno run –allow-net ´´´

Usage Example