spectral_embedding_manifold
Bases: manifold
Manifold learning using the Spectral Embedding algorithm.
This class implements dimensionality reduction using the Spectral Embedding algorithm, which uses eigenvalue decomposition of the Laplacian matrix.
Source code in tinybig/koala/manifold/manifold.py
__init__(name='spectral_embedding_manifold', *args, **kwargs)
Initialize the Spectral Embedding manifold learning class.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
The name of the manifold learning method. Default is 'spectral_embedding_manifold'. |
'spectral_embedding_manifold'
|
*args
|
Additional arguments for the base class. |
()
|
|
**kwargs
|
Additional arguments for the base class. |
()
|