diff --git a/README.md b/README.md index bb62bbf6dc85b9c070ec80deb00040e0dbea4370..31840335ffa836f1acd74b597b4880bd8511b779 100644 --- a/README.md +++ b/README.md @@ -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 =600x "BLAS-similarity join") +![matrix_multiplication](description.jpg=200x "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.