repo.or.cz
/
JPSSData.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
new options to set hyperparameters on conf.json
[JPSSData.git]
/
conf_example.json
blob
87d549a57db0614ed8ffefd5a029b13bed0ff73e
1
{
2
"method_settings": {
3
"dyn_pen": false,
4
"search": false,
5
"fire_interp": false,
6
"cloud": true,
7
"minconf": 70,
8
"svm_settings": {
9
"norm": true,
10
"notnan": true,
11
"artil": false,
12
"hartil": 0.2,
13
"artiu": true,
14
"hartiu": 0.1,
15
"downarti": true,
16
"dminz": 0.1,
17
"confal": 100,
18
"toparti": false,
19
"dmaxz": 0.1,
20
"confau": 100,
21
"sC": 100,
22
"skgam": 12,
23
"C": null,
24
"kgam": null
25
}
26
},
27
"plot_settings": {
28
"plot_observed": false,
29
"only_fire": false,
30
"plot_svm": {
31
"plot_data": false,
32
"plot_scaled": false,
33
"plot_decision": false,
34
"plot_poly": false,
35
"plot_supports": false,
36
"plot_result": false
37
}
38
},
39
"data_paths": {
40
"igns": null,
41
"perim_path": "",
42
"forecast_path": ""
43
},
44
"appkey": null
45
}