forked from AndyShih12/BNC_SDD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
all_configs.json
68 lines (68 loc) · 1.31 KB
/
all_configs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"id": "0",
"name": "win95pts",
"filetype": "net",
"vars": 16,
"root": "PTROFFLINE",
"leaves": [],
"threshold": 0.5,
"input_filepath": "networks/binarynetworks/",
"output_filepath": "output/"
},
{
"id": "1",
"name": "andes",
"filetype": "net",
"vars": 24,
"root": "TRY12",
"leaves": [],
"threshold": 0.5,
"input_filepath": "networks/binarynetworks/",
"output_filepath": "output/"
},
{
"id": "2",
"name": "cpcs54",
"filetype": "uai",
"vars": 13,
"root": "x0",
"leaves": [],
"threshold": 0.48,
"input_filepath": "networks/",
"output_filepath": "output/"
},
{
"id": "3",
"name": "admission",
"filetype": "net",
"vars": 4,
"root": "Admit",
"leaves": [],
"threshold": 0.5,
"input_filepath": "networks/binarynetworks/",
"output_filepath": "output/"
},
{
"id": "4",
"name": "child",
"filetype": "net",
"vars": 7,
"root": "BirthAsphyxia",
"leaves": [],
"threshold": 0.9,
"input_filepath": "networks/",
"output_filepath": "output/"
},
{
"id": "5",
"name": "nb",
"filetype": "uai",
"vars": 10,
"root": "x0",
"leaves": [],
"threshold": 0.55,
"input_filepath": "networks/",
"output_filepath": "output/"
}
]