iris无法执行赋值,因为此类型的变量不支持使用点进行索引。
出错 kernel (第 74 行)options.KernelType = 'linear'; % default kernel function is linear
出错 gda (第 79 行)Kpq(i,j) = kernel(classP(:,i),classQ(:,j),options);
出错 iris (第 9 行)z=gda(x,x,y,2,kernelType);