'Unit: minutes. The threshold (on think-time or inter-arrival time, depending on the delimiation approach) above which a job will be considered to be in a new session.'
'Unit: minutes. The threshold (on think-time or inter-arrival time, depending on the delimiation approach) above which a job will be considered to be in a new session.'
)
)
parser.add_argument(
parser.add_argument(
'--no_dynamic_reduction',
'--no_dynamic_reduction',
action="store_true",
action="store_true",
help=
help=
'Unless this option is specified, during the construction of the graph the algorithm dynamically avoids to add an edge between two nodes if a path already exists.'
'Unless this option is specified, during the construction of the graph the algorithm dynamically avoids to add an edge between two nodes if a path already exists.'
)
)
parser.add_argument(
parser.add_argument(
'--graph',
'--graph',
action="store_true",
action="store_true",
help=
help=
"Build a graphical representation of each session graph and save it in the output folder as a gml file"
"Build a graphical representation of each session graph and save it in the output folder as a gml file"