-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
31 lines (28 loc) · 1.15 KB
/
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
29
30
31
{
"modelParams": {
"defaultAlpha": 5,
"nodeSpecificAlphas": {
"8805": 100
},
"cutProbability": 0.85,
"p": 0.025,
"excludeLeafsFromGeometric": true
},
"paths":{
"inData": "C:\\Users\\ntodo\\Desktop\\len\\Doktorske\\evaluacija\\popijto\\bcgov schoolbus Server-SchoolBusAPI preprocessed\\17ControllerBase",
"outModel": "C:\\Users\\ntodo\\Desktop\\len\\Doktorske\\evaluacija\\popijto\\bcgov schoolbus Server-SchoolBusAPI preprocessed\\17ControllerBase\\output\\model",
"outIdioms": "C:\\Users\\ntodo\\Desktop\\len\\Doktorske\\evaluacija\\popijto\\bcgov schoolbus Server-SchoolBusAPI preprocessed\\17ControllerBase\\output\\idioms\\idioms1.txt"
},
"runParams":{
"justWriteTheFragments": false,
"startIteration": 91,
"burnIn": 90,
"totalIterations": 92,
"threshold": 2,
"idiomLengthThreshold": 5
},
"fixedNodeKinds": {
"fixedCutNodeKinds": ["8842", "8855", "8875", "8873", "8878", "8892"],
"fixedNonCutNodeKinds": ["8906", "B_8875", "8792", "8826", "8847", "8895", "8827", "8636", "8619", "8850"]
}
}