<model name>_PCA_ATTSD table
If the value of the scaledata parameter is set to true, this table contains the standard deviation value of the input variables.
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 input variable |