필터 지우기
필터 지우기

Calculating class in Confusion matrix

조회 수: 2 (최근 30일)
Vikas
Vikas 2016년 3월 10일
편집: Vikas 2016년 3월 10일
[c,cm,ind,per] = confusion(targets,outputs) Inputs: S-by-Q matrix, where each column vector contains a single 1 value, with all other elements 0. The index of the 1 indicates which of S categories that vector represents. outputs: S-by-Q matrix, where each column contains values in the range [0,1]. The index of the largest element in the column indicates which of S categories that vector represents.
If Sigmoid function at the output node is being used and the value comes out as output is in the range of 0 and 1 and if each column contains same value(there is tie) then what will be the class?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by