Standarization before feature selection

조회 수: 3 (최근 30일)
Micha? Kowalczyk
Micha? Kowalczyk 2011년 8월 24일
Hi Everyone, I have a general question: Is it necessary to standarize (e.g. zscore) the data before feature selection? And if yes - why?
Thank you in advance, Best regards Michael
  댓글 수: 1
mohan gopal
mohan gopal 2011년 8월 24일
ya feature extraction gives details ragarding the object area and background area as well it gives infm regarding the characteristics of the object , i hope its more beneficial to formulate a data base for feature selection in case of image processing

댓글을 달려면 로그인하십시오.

채택된 답변

Arturo Moncada-Torres
Arturo Moncada-Torres 2011년 8월 24일
It all depends on your application. It is not a golden rule, but can be handy in some cases.
For example, let's suppose you will use these features for a machine learning application. If you are going to feed them to a C4.5 classification algorithm, I think it will not make a big difference because of the nature of the algorithm per se. However, if you are going to feed them to a Nearest-Neighbor classifier, it would be a good idea, since normalizing the data will allow the coordinated system to be more "congruent" (I can not find a better word).
So in a concrete sentence, it is not necessary, but it can be useful sometimes.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by