Cluster

Purpose

Clustering algorithms are attractive for the task of class identification in spatial databases.

Notebook

Example Notebook: Kerasy.examples.cluster.ipynb

DBSCAN

class kerasy.ML.cluster.DBSCAN(eps=0.5, min_samples=5)