hello mathworkers,
I have two classifiers classify the same dataset, run the experemnet ten times for each one on the same data, means I have for each classifer 10 accuracy result on same data , can i do the T-test to detrmine which classifier is best ?

 Réponse acceptée

Star Strider
Star Strider le 1 Août 2019

0 votes

I seriously doubt that a t-test or anything similar to it (even non-parametric tests) are appropriate to compare classifiers.
I refer you to the documentation section on classifier Model Building and Assessment for guidance. That in turn refers you to the testcholdout and testckfold functions that may be what you want.
I leave the rest to you.

2 commentaires

mohammad Alsajri
mohammad Alsajri le 2 Août 2019
thanks dear Star Strider
Star Strider
Star Strider le 2 Août 2019
As always, my pleasure.

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 2 Août 2019

0 votes

Do you have ground truth for your data? If so, why not simply get the accuracy percentage for each classifier?

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by