[docs]classDimRedMethod:""" 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 :ref:`ExploratoryAnalysis` and :ref:`Clustering` instructions. """DOCS_TITLE="Dimensionality reduction methods"def__init__(self,name:str=None):self.method=Noneself.name=name