Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 165 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 165 Bytes

# FRESH: Fréchet Similarity with Hashing

Compiling

You will need cmake and a c++11 compiler supporting OpenMP

mkdir build
cd build
cmake ..
make