-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (28 loc) · 921 Bytes
/
config.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
{
"datasets": {
"breast_pca": {
"title": "Breast (PCA)",
"description": "Simple real world dataset"
},
"constructed": {
"title": "Constructed",
"description": "Constructed dataset. Pattern: (x + y + z + w) mod 1 = 0"
},
"constructed_pca": {
"title": "Constructed (PCA)",
"description": "Same as 'Constructed', but processed using PCA"
},
"hypercube": {
"title": "Hypercube",
"description": "Volumatic 4D hypercube, 10000 samples"
},
"hypercube_faces": {
"title": "Hypercube (faces)",
"description": "Faces of a 4D hypercube, 1000 samples per face"
},
"restricted": {
"title": "Restricted",
"description": "Restrict volume [0,1]^3 to x + y + z + w = 2, 4000 samples"
}
}
}