Expand description

This module contains an implementation of Density-Based Spatial Clustering of Applications with Noise (DBSCAN)

Functions

Creates clusters of points using DBSCAN (Density-Based Spatial Clustering of Applications with Noise) algorithm. NOTE: neighborhood_fn shall return point itself.

Type Definitions

Represents a cluster of points.

A function which returns neighbors of given point with given epsilon.