IndexError
ile "F:/python项目开发/神经网络/Neural+Networks.py", line 127, in plot_decision_regions
plt.scatter(x=x[y==cl, 0], y = x[y==cl,1],alpha=0.8,c = cmap(idx),
IndexError: index 100 is out of bounds for axis 0 with size 100
求解答
ile "F:/python项目开发/神经网络/Neural+Networks.py", line 127, in plot_decision_regions
plt.scatter(x=x[y==cl, 0], y = x[y==cl,1],alpha=0.8,c = cmap(idx),
IndexError: index 100 is out of bounds for axis 0 with size 100
求解答
2017-10-28
举报