From eef5e0b7556d0df258c447017ec7d080eba5bbb9 Mon Sep 17 00:00:00 2001 From: Martin Perdacher Date: Fri, 12 Apr 2019 17:06:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3184033..f83006e 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=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. -- GitLab