immuneML.ml_methods.dim_reduction package¶
Submodules¶
immuneML.ml_methods.dim_reduction.DimRedMethod module¶
- class immuneML.ml_methods.dim_reduction.DimRedMethod.DimRedMethod(name: str = None)[source]¶
Bases:
object
Dimensionality reduction methods are algorithms which can be used to reduce the dimensionality of encoded datasets, in order to uncover and analyze patterns present in the data.
These methods can be used in the ExploratoryAnalysis and Clustering instructions.
- DOCS_TITLE = 'Dimensionality reduction methods'¶