Skip to content
Snippets Groups Projects
Commit 68c2830b authored by tnbeats's avatar tnbeats
Browse files

22211572

parent 40e856fd
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ class Perceptron:
def test(self):
test_data = Training_data.make_testset(TESTDATA)
# print(test_data)
res = [0 for _ in range(len(test_data))]
for number in range(len(test_data)):
for sample in test_data[number]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment