For high-dimensional data, _______ is a technique used to reduce the number of input variables.
- Decision Trees
- Normalization
- Principal Component Analysis (PCA)
- Regression Analysis
Principal Component Analysis (PCA) is a technique commonly employed to reduce the dimensionality of high-dimensional data by transforming it into a new set of uncorrelated variables (principal components). Regression, Decision Trees, and Normalization serve different purposes in data analysis.
Loading...
Related Quiz
- In a scenario where data security is paramount, which features of BI tools should be prioritized and why?
- A time series is said to be _______ if its statistical properties such as mean and variance remain constant over time.
- Which data structure is typically used for managing hierarchical relationships, like a file system?
- In predictive analytics, what is the role of a 'training dataset'?
- What is the purpose of the apply() function in R?