K-Means Clustering on Dimensionally Reduced Data

This component performs two steps: it first computes a Principal Component Analysis on the selected data and reduce it to a two-dimensional space or a three-dimensional space, depending on the user choice; then, it runs a K-Means algorithm and plots the results in a scatter plot where the axes represent the the principal components and the color the assigned cluster.

Options

Cluster Number
Number of clusters (k value) for the K-Means algorithm.
PCA components
Preferred number of PCA components

Input Ports

Icon
Type: Table Data for clustering. Only numerical columns are considered.

Output Ports

This node has no output ports

Nodes

Extensions

Links