# Streaming clustering

Learn how to group data streams into clusters that evolve as new instances arrive.

* [Clustering tutorial](clustering.md)

# See also

- [`capymoa.cluster`](../../api/modules/capymoa.cluster.md#module-capymoa.cluster)

Clustering groups instances by similarity without labelled targets, updating the
cluster structure incrementally as the stream evolves. These tutorials cover training
and evaluating clusterers on data streams, including the built-in algorithms and how
to plug in your own.
