Skip to content
Snippets Groups Projects
Commit d89c6f49 authored by Jakub Janák's avatar Jakub Janák
Browse files

data analysis section added into README.md

parent 9af8b5a7
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ The controller class employs the strategy pattern to manage command execution ef
The application is built using **CMake**, with the following dependencies:
1. **Graphviz**: Used for loading and exporting graphs as DOT files.
1. **Graphviz**: Used for loading and exporting graphs as `.dot` files.
2. **Boost**: Utilized for argument parsing and implementing the thread pool.
The project includes three executables:
......@@ -219,6 +219,13 @@ The **run_tests** executable validates the core components of the application:
2. **Core Classes**:
- The **Edge**, **Node**, and **Graph** classes undergo thorough testing to verify their functionality.
### Data Analysis
The `stats` executable generates `.csv` files containing statistics, which are saved in the `/data_analysis` folder.
A Python program, written in a Jupyter notebook, loads the data from these `.csv` files,
generates graphs, and saves them in `.jpg` format.
This automated data analysis process enables the handling of hundreds of samples efficiently.
## How to Use TSS
After compiling the code on your machine, you need to find the executable file called `tss`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment