Added configuration panel datasets, back-end refactor and others
Some checks failed
linter / quality (push) Failing after 7s
tests / ci (8.4) (push) Failing after 6s
tests / ci (8.5) (push) Failing after 5s

This commit is contained in:
2026-03-12 16:38:50 +01:00
parent 650cf56045
commit 83b7aa3f3a
39 changed files with 3176 additions and 425 deletions

22
public/data_sets/2.9.csv Normal file
View File

@@ -0,0 +1,22 @@
x_1, x_2, d
1, 6, 1
7, 9, -1
1, 9, 1
7, 10, -1
2, 5, -1
2, 7, 1
2, 8, 1
6, 8, -1
6, 9, -1
3, 5, -1
3, 6, -1
3, 8, 1
3, 9, 1
5, 7, -1
5, 8, -1
5, 10, 1
5, 11, 1
4, 6, -1
4, 7, -1
4, 9, 1
4, 10, 1
1 x_1 x_2 d
2 1 6 1
3 7 9 -1
4 1 9 1
5 7 10 -1
6 2 5 -1
7 2 7 1
8 2 8 1
9 6 8 -1
10 6 9 -1
11 3 5 -1
12 3 6 -1
13 3 8 1
14 3 9 1
15 5 7 -1
16 5 8 -1
17 5 10 1
18 5 11 1
19 4 6 -1
20 4 7 -1
21 4 9 1
22 4 10 1