git init
This commit is contained in:
5
public/data_sets/logic_and.csv
Normal file
5
public/data_sets/logic_and.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
x_1, x_2, d
|
||||
0, 0, 0
|
||||
0, 1, 0
|
||||
1, 0, 0
|
||||
1, 1, 1
|
||||
|
Reference in New Issue
Block a user