Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 793 Bytes

How to run rtree

  • Git clone the repository.
  • Install a virtual environment. (Recommended: venv)
    • You can install and activate a virtual environment with the command: python -m venv .venv & ./.venv/Scripts/activate
  • Install the project dependencies with the command: pip install -r requirments
  • Run the program with the command python main.py

Configurations

You can configure some aspects of the program. Inside main.py there are 3 variables that can be changed.

  • plotData: If set to True, every step of the program is plotted on your screen. Default is False.
  • printInConsole: If set to True, the R-Tree gets printed in the terminal. Default is False.
  • data_set: It's the variable which points which data set should be used indie the /data-sets/ folder.