A dataset has samples and features. The data matrix is and has already been mean-centred (every column sums to zero).
Its singular value decomposition gives singular values
You run PCA using the sample covariance matrix
What is the largest eigenvalue of , and what is the smallest number of principal components you must keep to retain at least of the total variance?
Select all that apply.