mds_manifold
Bases: manifold
Manifold learning using the Multidimensional Scaling (MDS) algorithm.
This class implements dimensionality reduction using the MDS algorithm, which minimizes the stress of the low-dimensional representation of the data.
Source code in tinybig/koala/manifold/manifold.py
__init__(name='mds_manifold', *args, **kwargs)
Initialize the MDS manifold learning class.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
The name of the manifold learning method. Default is 'mds_manifold'. |
'mds_manifold'
|
*args
|
Additional arguments for the base class. |
()
|
|
**kwargs
|
Additional arguments for the base class. |
()
|