Why do we need data reduction techniques?
What does data reduction allow?
2 types of data reduction techniques
examples of dimensionality reduction
examples of numerosity reduction
histogram
sampling
clustering
wavelet transofrm
can be applied to ECG signals
• Helps to convert ECG signal into a form which makes it much easier for the QRS peak finder algorithms
Attribute subset selection
Principal component analysis
PCA can be used to solve 3 major problems:
Assumptions for PCA
Steps of principal component analysis:
Covariance matrix
• It is a square matrix that shows covariances of each pair of variables
Principal component
Eigenvalues and eigenvectors
Rotations
2 types of rotations:
Putting it all together - PCA
PCA:
Calculate covariance matrix of data
calculate eigenvectors of the covariants matrix = principal components
eigenvector with largest eigen value = first principal component
eigenvalues represent the total variance that can be explained by a given principal component