PCA

This node performs a principal component analysis (PCA) on the given data. The input data is projected from its original feature space into a space of (possibly) lower dimension with a minimum of information loss.

Options

Target dimensions
Select the number of dimensions the input data is projected to. The number of target dimensions can either be selected directly or by specifying the minimal amount of information to be preserved. If selected directly, the number of dimensions must be lower than or equal to the number of input columns.
Columns
Select the columns that are included by the PCA, i.e the original features.
Remove original data columns
If checked, the columns containing the input data are removed.
Fail if missing values are encountered
If checked, execution fails, when the selected columns contain missing values. By default, rows containing missing values are ignored and not considered during the computation.

Input Ports

Icon
Input data for the PCA

Output Ports

Icon
Table with input values projected to their principal components

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.