-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.json
24 lines (24 loc) · 916 Bytes
/
example.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
{
"values":{
"number_nbhds": 50,
"timebin": 25,
"train_set_perc": 0.6,
"test_repetitions": 10,
"spike_gid_shift": 62693,
"start_time" : 10,
"bin_number" : 2,
"feature_parameter": "tribe_size",
"selection_parameters": ["tcc", "ccc", "dc2", "dc3", "dc4", "dc5", "dc6", "nbc", "ec", "tribe_size", "rc", "rc_chief",
"asg_high", "asg_low", "asg_radius", "tpsg_high", "tpsg_low", "tpsg_radius", "tpsg_reversed_high", "tpsg_reversed_low", "tpsg_reversed_radius",
"clsg_low", "clsg_high", "clsg_radius", "blsg_high", "blsg_low", "blsg_radius", "blsg_reversed_high", "blsg_reversed_low", "blsg_reversed_radius"],
"feature_gap" : "high",
"selection_order" : "top",
"recompute" : "True"
},
"paths":{
"matrix_address": "./data/mc2.npz",
"export_address": "./data/",
"spike_trains_address": "./data/spike_trains.npy",
"savefolder": "./results/"
}
}