@saehrimnir/druidjs / ParametersLTSA
Interface: ParametersLTSA
Defined in: dimred/index.js:68
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
d? | number | the dimensionality of the projection. | dimred/index.js:70 |
eig_args? | Partial<EigenArgs> | Parameters for the eigendecomposition algorithm. | dimred/index.js:73 |
metric? | Metric | the metric which defines the distance between two points. | dimred/index.js:71 |
neighbors? | number | The number of neighbors for LTSA. | dimred/index.js:69 |
seed? | number | the seed for the random number generator. | dimred/index.js:72 |