T-test on two classifiers

2 visualizaciones (últimos 30 días)
mohammad Alsajri
mohammad Alsajri el 1 de Ag. de 2019
Respondida: Image Analyst el 2 de Ag. de 2019
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
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
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 Help Center 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