Feeds
질문
while executing the following matlab code, I have an error like, "Index exceeds matrix dimensions" and "Error in classification (line 34) if test_targetsl(i,1)==1 && result(i,1)==1". plz help me to find the solution to this error.
clear; Data='clusteredData.csv'; CData=csvread(Data); %Output evaluation variables. TP=0; TN=0; FP=0; FN=...
대략 8년 전 | 답변 수: 1 | 0
