.. _cluster: cluster ======= This module initializes the cluster functions of the hsi-wizard package. Module Overview --------------- .. currentmodule:: wizard._processing.cluster Functions --------- .. autofunction:: kmeans .. autofunction:: smooth_kmeans .. autofunction:: isodata .. note:: The Isodata code was inspired by `pyRadar _` from PyRadar. .. autofunction:: spectral_spatial_kmeans .. autofunction:: spatial_agglomerative_clustering .. warning:: Agglomerative clustering with spatial connectivity is conceptually elegant, but it doesn’t scale well to large 2D grids, and processing very large datasets can lead to high computing time. .. autofunction:: smooth_cluster .. autofunction:: pca