Commit eef5e0b7 authored by Martin Perdacher's avatar Martin Perdacher
Browse files

Update README.md

parent 68d2c609
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
For our BLAS variant of the similarity-join, we use the matrix multiplication provided by BLAS and the Euclidean distance by scalar product (see paper).


![matrix_multiplication](description.jpg=200x "BLAS-similarity join")
![matrix_multiplication](description.jpg "BLAS-similarity join")

The individual blocksize needs to be experimental evaluated for each individual hardware. Our selfjoin variant, only iterates over the lower triangle of the similarity matrix.