Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 397 Bytes

File metadata and controls

13 lines (10 loc) · 397 Bytes

Environment set up instruction

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:

  • numpy
  • h5py

Please use the following command to install required libraries:

pip install numpy==1.24.1 h5py