Note: Please, do not close the issue until its agreed by the OP as resolved! Its unethical
Feature extraction and feature selection are two different entities all together. They should not be confused to be the same.
Continuing further, the given answer makes no sense. Let me elaborate, Feature extraction does not mean to extract the feature summary statistic !
Feature Extraction means to build features based on existing feature-set. A famous example in unsupervised learning is principal component analysis (PCA). PCA is a linear transformation method that yields the directions (principal components) that maximize the variance of the data. The principal components is a good example of unsupervised feature extraction.
Note: Please, do not close the issue until its agreed by the OP as resolved! Its unethical
Feature extraction and feature selection are two different entities all together. They should not be confused to be the same.
Continuing further, the given answer makes no sense. Let me elaborate, Feature extraction does not mean to extract the feature summary statistic !
Feature Extraction means to build features based on existing feature-set. A famous example in unsupervised learning is principal component analysis (PCA). PCA is a linear transformation method that yields the directions (principal components) that maximize the variance of the data. The principal components is a good example of unsupervised feature extraction.