diff --git a/README.md b/README.md index 1db22a1d3b496b2d21fd62d9d1eee11c24744097..2001b6039fe01a8a8ab2c95910421879998b280d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ 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). -![LLC](measure/cache/figures/processorTileBlock.jpg "Processor Tile Block") -![matrix_multiplication](description.jpg "BLAS-similarity join") + +![matrix_multiplication](description.jpg "BLAS-similarity join" =600x) 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.