For arrhythmia detection purpose, I extract some features from ECG signal. Each feature vector (for each beat) has 1*200 size. I used PCA (principle component analysis) to reduce its dimension to 1*20, but the PCs have been set to zero. why?
Should I gather all the feature vectors in a array and then apply the PCA to it?