mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-22 06:22:29 +00:00
spiral rearranged
This commit is contained in:
parent
1163af348f
commit
38bf59bec3
@ -72,4 +72,4 @@ def plot_decision_surface(X, y, classifier):
|
|||||||
z = z.reshape(xx.shape)
|
z = z.reshape(xx.shape)
|
||||||
plt.contourf(xx, yy, z, cmap=cm, alpha=.8)
|
plt.contourf(xx, yy, z, cmap=cm, alpha=.8)
|
||||||
|
|
||||||
plot_dataset(X, y)
|
plot_dataset(X, y)
|
Loading…
Reference in New Issue
Block a user