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 ?

 Respuesta aceptada

Star Strider
Star Strider el 1 de Ag. de 2019

0 votos

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 comentarios

mohammad Alsajri
mohammad Alsajri el 2 de Ag. de 2019
thanks dear Star Strider
Star Strider
Star Strider el 2 de Ag. de 2019
As always, my pleasure.

Iniciar sesión para comentar.

Más respuestas (1)

Image Analyst
Image Analyst el 2 de Ag. de 2019

0 votos

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

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by