T-test on two classifiers

2 次查看(过去 30 天)
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 ?

采纳的回答

Star Strider
Star Strider 2019-8-1
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.

更多回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by