first commit

This commit is contained in:
Justine
2026-03-01 20:07:02 +01:00
commit c9351ca3c6
5 changed files with 122 additions and 0 deletions

11
data.csv Normal file
View File

@ -0,0 +1,11 @@
x1,x2,label
0,0,0
0,1,0
1,0,0
1,1,0
2,2,1
2,0,0
0,2,0
3,1,1
1,3,1
3,3,1
1 x1 x2 label
2 0 0 0
3 0 1 0
4 1 0 0
5 1 1 0
6 2 2 1
7 2 0 0
8 0 2 0
9 3 1 1
10 1 3 1
11 3 3 1