immuneML.ml_methods.clustering package¶
Submodules¶
immuneML.ml_methods.clustering.AgglomerativeClustering module¶
immuneML.ml_methods.clustering.ClusteringMethod module¶
- class immuneML.ml_methods.clustering.ClusteringMethod.ClusteringMethod(name: str = None)[source]¶
Bases:
object
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 Clustering instruction.
- DOCS_TITLE = 'Clustering methods'¶