T-test on two classifiers

2 visualizzazioni (ultimi 30 giorni)
mohammad Alsajri
mohammad Alsajri il 1 Ago 2019
Risposto: Image Analyst il 2 Ago 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 ?

Risposta accettata

Star Strider
Star Strider il 1 Ago 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 Commenti
mohammad Alsajri
mohammad Alsajri il 2 Ago 2019
thanks dear Star Strider
Star Strider
Star Strider il 2 Ago 2019
As always, my pleasure.

Accedi per commentare.

Più risposte (1)

Image Analyst
Image Analyst il 2 Ago 2019
Do you have ground truth for your data? If so, why not simply get the accuracy percentage for each classifier?

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by