PcaOptions
Defined in: js-api/src/ml.ts:12
Options of ml.pca.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
center? | boolean | Center the features first. | js-api/src/ml.ts:16 |
components | number | Number of principal components to add. | js-api/src/ml.ts:14 |
scale? | boolean | Scale the features first. | js-api/src/ml.ts:18 |