T-test on two classifiers

조회 수: 2 (최근 30일)
mohammad Alsajri
mohammad Alsajri 2019년 8월 1일
답변: Image Analyst 2019년 8월 2일
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.
  댓글 수: 2
mohammad Alsajri
mohammad Alsajri 2019년 8월 2일
thanks dear Star Strider
Star Strider
Star Strider 2019년 8월 2일
As always, my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (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