Skip to content

Commit

Permalink
svm
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoupengfei2 committed Jul 22, 2020
1 parent 4b24835 commit d101378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/svm_test/svm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def initial_data(n=3600):
y = np.array(y)
x.transpose()

plt.figure(1)a
plt.figure(1)
plt.scatter(x[y == 1].transpose()[0], x[y == 1].transpose()[1], marker="o", c="b")
plt.scatter(x[y == -1].transpose()[0], x[y == -1].transpose()[1], marker="o", c="g")

Expand Down

0 comments on commit d101378

Please sign in to comment.