Machine Learning Confidence Value question

조회 수: 3 (최근 30일)
Ke Dang
Ke Dang 2012년 3월 26일
Hi All, I want to ask a question. I want to use the Matlab to do the task of classification. I can successfully get the class of classification result. However, I want to find the confidence value of each instance to be classified.
For example, if there are 3 classes to be classified, whenever a instance come into the machine learning system. The machine learning system will output how confident it will classify this instance to each of the 3 classes. (say, class 1 is 30% confidence, class 2 is 40% confidence and class 3 is 30% confidence)
I used the classify() function to do the classification. But it can not output the confidence value. Does anyone know any function can give me the confidence value or can you suggest a way to do that in the matlab? Thank you.

채택된 답변

Ilya
Ilya 2012년 3월 26일
The 3rd output from CLASSIFY is class posterior probabilities. Isn't this what you want?
  댓글 수: 1
Ke Dang
Ke Dang 2012년 3월 26일
Thanks. My matlab is too old. It only have two outputs. Thanks.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by