Crate petal_clustering

source ·

Structs§

  • DBSCAN (density-based spatial clustering of applications with noise) clustering algorithm.
  • OPTICS (ordering points to identify the clustering structure) clustering algorithm.

Traits§

  • An interface to train a model.
  • An interface to apply a trained model.