@saehrimnir/druidjs / ParametersMDS
Interface: ParametersMDS
Defined in: dimred/index.js:77
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
d? | number | the dimensionality of the projection. | dimred/index.js:78 |
eig_args? | Partial<EigenArgs> | Parameters for the eigendecomposition algorithm. | dimred/index.js:81 |
metric? | Metric | "precomputed" | the metric which defines the distance between two points. | dimred/index.js:79 |
seed? | number | the seed for the random number generator. | dimred/index.js:80 |