Skip to content
Snippets Groups Projects
Commit c5080e48 authored by Maël Madon's avatar Maël Madon
Browse files

readme: describe the notebook files

parent c2911197
Branches
Tags
No related merge requests found
Pipeline #4618 passed
......@@ -28,5 +28,14 @@ python3 swf2userSessions.py -a 60 workloads/example.swf out/
For more documentation, see: `python3 swf2userSessions.py -h`
## Example
For example use of the script, you can have a look at these two notebooks:
- `session_stats.ipynb` makes the session decomposition on three traces with diffent threshold values and compare statistical properties like number of session or session length
- `graph_viz.ipynb` showcases the simple graph visualization tool for session graphs that is included in the script (option `--graph`)
## Tests
Some integration tests have been written for this script, and are stored in the `test/` folder. To run them on your machine, just type `pytest` at the root of the project.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment