<model name>_PCA_SDEV table
This table contains the standard deviation values of the principal components.
The following table shows the table columns:
| Column | Data type | Description |
|---|---|---|
| ID_TASK | BIGINT | The indicator for the internal matrix computation task For PCA, the value of this column is always 1. |
| ROW | BIGINT | The row index, starting with 1 and incremented by 1 |
| COL | BIGINT | The column index, starting with 1 and incremented by 1 |
| VAL | DOUBLE | The standard deviation value of the principal component |