I have binary data (0,1) with set dimensions (for example 400). My data matrix is 10000*400. I need to reduce dimensions for the binary data (100 dimension). Can I use PCA for the data?

When I use PCA, my data in new space will not be binary!

Similar questions and discussions