필터 지우기
필터 지우기

classification problem using bayes classifier

조회 수: 1 (최근 30일)
Jhilam Mukherjee
Jhilam Mukherjee 2014년 1월 12일
답변: Image Analyst 2014년 1월 12일
I have to classify an object into two regions based on two features. I have calculate the probability of each classes and conditional probabilities of each features to occur in each class. Now what is the condition based on which, it belong to a particular class.

채택된 답변

Image Analyst
Image Analyst 2014년 1월 12일
You have a training set where you know how many regions there are and what classes they belong to. From that you can easily determine the probability.
Then, for a test image, you calculate the probability that your test region belongs to each class, and assign it to the class that it has higher probability of belonging to.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by