You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i=1:row%for creating the row of the dcrn matrix
for j=1:row %for creating the columns of the dcrn matrix
temp_set=[];
if table(i,col)~=table(j,col)
l=1;
for k=2:col-1%for comparing all the condition attributes of the table. this excludes col 1 and last col as they are row id and decision attribute respectively
if table(i,k)~=table(j,k)%checking whether ith and jth row has different value for kth attribute