@saehrimnir/druidjs / ParametersPCA
Interface: ParametersPCA
Defined in: dimred/index.js:85
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
d? | number | the dimensionality of the projection. | dimred/index.js:86 |
eig_args? | Partial<EigenArgs> | Parameters for the eigendecomposition algorithm. | dimred/index.js:88 |
seed? | number | the seed for the random number generator. | dimred/index.js:87 |