ClusteringMethod#

class panorama.alignment.cluster.ClusteringMethod#

Bases: object

Defines a class representing clustering methods and their choices.

CHOICES = ['linclust', 'cluster']#
CLUSTER = 'cluster'#
LINCLUST = 'linclust'#