<model name>_PCA_ATTSD_DIV table
If the value of the scaledata parameter is set to true, this table contains the normalized 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 reciprocal of the standard deviation value of the input variable If the standard deviation approximated 0.0, this value is 1.0 |