PCA compute Spectral Decomposition

Hi @nba,
These extra columns are explained in the node description, should be to the right of the Analytics Platforms’ window (KNIME Workbench Guide).
You can also that online, e.g. on nodepit:

There it says:

Each subsequent column (labeled with the name of the selected input column) contains a coefficient representing the influence of the respective input dimension to the principal component. The higher the absolute value, the higher the influence of the input dimension on the principal component.
The mapping of the input rows to, e.g. the first principal axis, is computed as follows (all done in the PCA Apply node): For each dimension in the original space subtract the dimension’s mean value and then multiply the resulting vector with the vector given by this table (the first row in the spectral decomposition table to get the value on the first PC, the second row for the second PC and so on).

best,
Gabriel