This project is implemented in python (version 3.11)
To speed up matrix operations, implementation of K-D tree and Ball* tree utilizes Numpy for matrix operation.
To run the experiments, following python library needed to install:
numpyh5py
Please use the following command to install required libraries:
pip install numpy==1.24.1 h5py