-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.properties.example
More file actions
130 lines (109 loc) · 3.6 KB
/
config.properties.example
File metadata and controls
130 lines (109 loc) · 3.6 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
% ABSOLUTE PATH OF THE INPUT LOGS
log_file_path=event-logs/synthetic/alpha_16_minlen_16_maxlen_16_size_1600.mxml
% COMMA SEPARATED TEMPLATE NAMES
% Possible values are:
% Absence
% Absence2
% Absence3
% Alternate_Precedence
% Alternate_Response
% Alternate_Succession
% Chain_Precedence
% Chain_Response
% Chain_Succession
% Choice
% CoExistence
% Exactly1
% Exactly2
% Exclusive_Choice
% Existence
% Existence2
% Existence3
% Init
% Precedence
% Responded_Existence
% Response
% Succession
% Not_Succession
% Not_Chain_Succession
% Not_CoExistence
templates=Alternate_Precedence,Alternate_Response,Alternate_Succession,Chain_Precedence,Chain_Response,Chain_Succession,Existence,Init,Precedence,Responded_Existence,Response,Succession,Absence2
% DECLARE PERSPECTIVE
% Currently the only supported value is:
% Control_Flow
perspectives=Control_Flow
% ACTIVITY DISCOVERY OPTIONS
% Currently the only supported value is:
% DiscoverProvidedTemplatesAcrossAllActivitesInLog
map_template_configuration=DiscoverProvidedTemplatesAcrossAllActivitesInLog
% MINIMUM SUPPORT
% Number between 0 and 100
min_support=90
% VACUITY DETECTION
% Possible values are:
% 0: vacuity detection enabled
% 100: vacuity detection disabled
alpha=0
% APRIORI CRITERIA
% Possible values are:
% Diversity
% InterGroup
% IntraGroup
% AllActivitiesIgnoringEventTypes
% AllActivitiesWithEventTypes
criterias=AllActivitiesWithEventTypes
% OUTPUT PROCESS MODEL FILE PATH
output_path=output/discovered-DECLARE-model.txt
% OUTPUT PROCESS MODEL ENCODING TYPE.
% Possible values are:
% XML
% TEXT
% REPORT
% NONE
% Set to NONE to avoid model transcription.
% Known issue: the generation of the XML model can throw exceptions in the stand-alone version of DeclareMiner2.
output_file_type=REPORT
% MINER TYPE
% Currently the only supported value is:
% DeclareMinerNoTrans
miner_type=DeclareMinerNoRed
% TIME PERFORMANCE TESTING: timing output
% KNOWN ISSUE: Please set it to /dev/null as the timings are not stable with this mechanism. Check out "output/performance.csv" instead. Sorry, not customisable.
unified_log_path=/dev/null
% MEMORY USAGE TESTING: MEMORY USAGE LOGGING FILE PATH
unified_memory_log_path=output/mem.csv
% MEMORY USAGE TESTING: MEMORY USAGE TRANSCRIPTION ENABLING
memory_check=true
% VERBOSE OUTPUT
verbose=false
% PRE-PROCESSING AUXILIARY FILE PATH
logging_preprocessing_file=output/preprocessing.log
% TIME PERFORMANCE TESTING: NUMBER OF ATTEMPTS PER INPUT EVENT LOG
iteration_number=1
% TIME PERFORMANCE TESTING: EVENT LOG FILE UPLOAD TIMING FILE PATH
unified_upload_log_path=output/upload.csv
% APRIORI ALGORITHM'S AUXILIARY FILE
logging_apriori_file=output/apriori.log
% TIME PERFORMANCE TESTING: APRIORI ALGORITHM'S TIME PERFORMANCE LOGGING FILE PATH
unified_apriori_log_path=output/apriori.csv
% TOOL VARIANT.
% Possible values are:
% v1
% v2
% v3
% v4
% where:
% "v1" is the basic (non-parallel) variant;
% the JAR package is in "/jars/DeclareMiner-v1.jar";
% "v2" is another non-parallel variant, adding pre-processing operations which however proves worse than "v1";
% "v3" is a parallel version of "v1" over the search space (i.e., constraint templates);
% the JAR package is in "/jars/DeclareMiner-parallel-over-searchspace.jar";
% "v4" is a parallel version merging "v1" and "v2" and parallelising over the database (i.e., traces);
% the JAR package is in "/jars/DeclareMiner-parallel-over-database.jar".
version=v1
% NUMBER OF THREADS.
% Affects only "v3" and "v4".
% Our suggestion: set it to 4 (here below it is 1 because we are using the "v1" version)
thread_number=1
% FILTERING OF CONSTRAINTS BASED ON THEIR HIERARCHICAL SORTING
hierarchy_based_filter=false