Coder Social home page Coder Social logo

innerop / fgssjoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rafaelquirino/fgssjoin_2_files

0.0 0.0 0.0 786 KB

Implementation of the fgssoin algorithms.

License: GNU General Public License v3.0

Shell 1.57% C++ 77.43% Cuda 16.77% C 2.63% Makefile 1.60%

fgssjoin's Introduction

fgssjoin: Filtering GPU-based Set Similarity Join

Parallel Set Similarity Join algorithms for CUDA.

The data/ directory contains test data, from the dblp dataset.

To compile the project just run the script compile.sh. You must have CUDA environment installed, and the first variable in the Makefile inside src/ directory (CUDA_INSTALL_PATH) properly configured.

To run the project, execute bin/fgssjoin executable file, created after the compilation process, with options -f (data file, with each record in one line), -q (size of the qgrams, 3 is a good value) and -t (similarity threshold, between 0.0 and 1.0).

Examples

Compilation

  • Standard compilation:
user@host:~$ ./compile.sh
  • Compile/recompile the whole project:
user@host:~$ ./compile.sh all
  • Compile/recompile specific files:
user@host:~$ ./compile.sh file1 file2 etc...
  • Clean executable and object files
user@host:~$ ./compile.sh clean

Execution

  • Execution example, printing result to STDOUT
user@host:~$ bin/fgssjoin -f data/dblp_t_18k.txt -q 3 -t 0.9
  • Exeution example, printing result to an OUTPUT FILE
user@host:~$ bin/fgssjoin -f data/dblp_t_18k.txt -q 3 -t 0.9 > output

Reference:

Quirino R., Junior S., Ribeiro L. and Martins W. (2017). fgssjoin: A GPU-based Algorithm for Set Similarity Joins . In Proceedings of the 19th International Conference on Enterprise Information Systems - Volume 1: ICEIS, ISBN 978-989-758-247-9, pages 152-161. DOI: 10.5220/0006339001520161

fgssjoin's People

Contributors

rafaelquirino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.