<model name>_PCA_SCORES table
If the value of the savescores parameter is set to true, this table contains the score matrix for 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 score value of the principal component |