@saehrimnir/druidjs / ParametersISOMAP
Interface: ParametersISOMAP
Defined in: dimred/index.js:41
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
d? | number | the dimensionality of the projection. | dimred/index.js:43 |
eig_args? | Partial<EigenArgs> | Parameters for the eigendecomposition algorithm. | dimred/index.js:47 |
metric? | Metric | the metric which defines the distance between two points. | dimred/index.js:44 |
neighbors? | number | The number of neighbors ISOMAP should use to project the data. | dimred/index.js:42 |
project? | "MDS" | "SMACOF" | Whether to use classical MDS or SMACOF for the final DR. | dimred/index.js:45 |
seed? | number | the seed for the random number generator. | dimred/index.js:46 |