[][src]Crate petal_clustering

Structs

Dbscan

DBSCAN (density-based spatial clustering of applications with noise) clustering algorithm.

Optics

OPTICS (ordering points to identify the clustering structure) clustering algorithm.

Traits

Fit

An interface to train a model.

Predict

An interface to apply a trained model.