Extracting features from histograms for classification

조회 수: 2 (최근 30일)
Sunil
Sunil 2014년 5월 21일
편집: Star Strider 2014년 5월 21일
I have obtained histograms of two different data. Are there any particular features than can be obtained from the histograms to differentiate between the data?? have attached the histograms for reference.

답변 (1개)

Star Strider
Star Strider 2014년 5월 21일
편집: Star Strider 2014년 5월 21일
You have two classes just now, with one sample in each. Principal Components Analysis might be the best way to determine the most significant features in your data.
If you’re interested in the probability of your two samples having the same pattern, I suggest the chi-squared test.
The data have to have the same number of bins, so you may have to re-run your program setting the bin numbers of each analysis to be the same.
  댓글 수: 1
Sunil
Sunil 2014년 5월 21일
Hi, i do not want to compare them. I need to extract some features from both histograms and then use those features to differentiate between two classes/data.

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

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by