Clustering utilities

Clustering utilities#

Clustering can be achieved using one the four implemented clustering algorithms:

FlowSOM

Class to perform FlowSOM clustering.

KMeans

Class to perform KMeans clustering.

MeanShift

Class to perform MeanShift clustering.

AffinityPropagation

Class to perform AffinityPropagation clustering.