Extracting features from histograms for classification
Mostrar comentarios más antiguos
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.
Respuestas (1)
Star Strider
el 21 de Mayo de 2014
Editada: Star Strider
el 21 de Mayo de 2014
0 votos
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 comentario
Sunil
el 21 de Mayo de 2014
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!