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