lle_manifold
Bases: manifold
Manifold learning using the Locally Linear Embedding (LLE) algorithm.
This class implements dimensionality reduction using the LLE algorithm, which preserves local geometric structure in the data.
Source code in tinybig/koala/manifold/manifold.py
__init__(name='lle_manifold', *args, **kwargs)
Initialize the LLE manifold learning class.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
The name of the manifold learning method. Default is 'lle_manifold'. |
'lle_manifold'
|
*args
|
Additional arguments for the base class. |
()
|
|
**kwargs
|
Additional arguments for the base class. |
()
|