1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-21 22:12:30 +00:00

spiral rearranged

This commit is contained in:
Oscar Araque 2018-04-26 17:19:56 +02:00
parent 1163af348f
commit 38bf59bec3

View File

@ -72,4 +72,4 @@ def plot_decision_surface(X, y, classifier):
z = z.reshape(xx.shape)
plt.contourf(xx, yy, z, cmap=cm, alpha=.8)
plot_dataset(X, y)
plot_dataset(X, y)