How can I calculate the accurcy?
조회 수: 5 (최근 30일)
이전 댓글 표시
I have 17 images of patients with cerebral saccular aneurysms (each image has only one aneurysm), after applying detection and segmentation algorithm to segment aneurysms from the images:
13 aneurysms in 13 images were detected\segmented.
8 aneurysms (4 true positive aneurysms + 4 false positive ones) in 4 images were detected\segmented.
My question is:
1) How to calculate the accuracy?
Accuracy=items classified correctly\all items classified*
Accuracy=13/17 =76.74% ??
Accuracy=17/(17+4) =80.95% ??
2) What are other statistical measures could be used to describe the results?
3) What are your suggestions to improve the results?
- I have not tested the algorithm using images of healthy patients.
How can I calculate the accuracy?
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!