DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #88
Projecting a multi-dimensional dataset onto which vector has the greatest variance?
The correct answer is A. first principal component. The method based on principal component analysis (PCA) evaluates the features according to the projection of the largest eigenvector of the correlation matrix on the initial dimensions, the method based on Fisher's linear discriminant analysis evaluates. Them according to the…
Question
Projecting a multi-dimensional dataset onto which vector has the greatest variance?
Options
- Afirst principal component
- Bfirst eigenvector
- Cnot enough information given to answer
- Dsecond eigenvector
- Esecond principal component
How the community answered
(41 responses)- A80% (33)
- B10% (4)
- C5% (2)
- D2% (1)
- E2% (1)
Explanation
The method based on principal component analysis (PCA) evaluates the features according to the projection of the largest eigenvector of the correlation matrix on the initial dimensions, the method based on Fisher's linear discriminant analysis evaluates. Them according to the magnitude of the components of the discriminant vector. The first principal component corresponds to the greatest variance in the data, by definition. If we project the data onto the first principal component line, the data is more spread out (higher variance) than if projected onto any other line, including other principal components.
Topics
Community Discussion
No community discussion yet for this question.