how to compute posterior probability?
이전 댓글 표시
I am implementing fusion rule i.e. sum rule for combining classifiers and making decision.
Problem: Classify input pattern Z into one of m possible classes (c1, …,cm) based on evidence provided by R classifiers
Let xi be the feature vector for the ith classifier derived from Z; xi´s are independent
Assign Z → cj, if g(cj) ≥ g(ck), 1 ≤ k ≤ m, k ≠ j
sum rule: g(C_r )= P(C_r│x_i )
Now want to compute posterior probability P(C_r│x_i ) for sum rule.
how to calculate P(C_r│x_i ) in matlab .... is their any code. please help me.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!