[docs]classClusteringMethod:""" Clustering methods are algorithms which can be used to cluster repertoires, receptors or sequences without using external label information (such as disease or antigen binding state) These methods can be used in the :ref:`Clustering` instruction. """DOCS_TITLE="Clustering methods"def__init__(self,name:str=None):self.name=nameself.model=None