Principal Component Analysis

Principal component analysis (PCA) is a linear dimensionality reduction technique with applications in exploratory data analysis, visualization and data preprocessing. - Wikipedia

Main Idea

Imagine you have a cluster of elements. Any element can be of a different type . We cannot observe differences from the outside.

These N elements have say, types so the data can be represented in tabular form (a Data Matrix).

If we have it is unfeasable to visualize through a graph to see positive or negative correalation between data.

PCA does solves this this problem by converting the correalations (“or the lacking of”) among cells into a 2D graph.

Another thing is that in a PCA plots, the axes are ranked in order of importance.