how to plot percentage accuracy graph?

조회 수: 1 (최근 30일)
Punam
Punam 2012년 3월 6일
i want to use radial basis function for breast cancer detection.here is the code:
load breast_data inputs=data; targets=label; net=nwerb(inputs,targets,0.01,1.0); outputs=sim(net,inputs); [c,cm,ind,per]=confusion(targets,outputs); disp(cm);
but confusion matrix is no giving the correct output. also i want to plot percentage accuracy=(correct result/all results)*100 can any one help me. thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Biotech and Pharmaceutical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by