This Component uses Independent Component Analysis to transform given numeric columns and appends the components as new columns to the input table. Additionally, the Component provides the fitted model.
The Component uses the Python Extension to perform the ICA with the Python Class “FastICA: a fast algorithm for Independent Component Analysis” in the sci-kit learn library (https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html).
- Type: TableInput tableThe table that contains numeric columns to be analyzed