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