How to automatically determine the compression rate in PCA?

asked 2013-08-02 10:37:13 -0600

updated 2013-08-02 10:46:09 -0600

Is there a computational methods to determine the amount of compression rate in PCA due to features dimension & count?

In the first n cols for reduction then perform reproject on one percentage of the data after it compute the difference with original data .If the validation is greater than the specified threshold select n cols else increase n and repeat loop.

Is this true? is there a better solution?

edit retag flag offensive close merge delete