GithubHelp home page GithubHelp logo

dreambydream / f-slpa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exbracer/f-slpa

0.0 1.0 0.0 1.72 MB

This repository contains a faster version of SLPA implementation. SLPA, as known as Speaker-Listener Label Propagation Algorithm.

C++ 98.11% Makefile 1.07% C 0.17% Shell 0.59% E 0.06%

f-slpa's Introduction

F-SLPA

This repository contains a faster version of SLPA implementation. SLPA, as known as Speaker-Listener Label Propagation Algorithm.

社区发现(三):SLPA算法(标签传播算法拓展)

https://blog.csdn.net/weixin_46348799/article/details/108296675

run

cd SLPA_C++v1.3
make
./SLPA -i ../input/test.e -t 10 -M 10 -d ../output/

其它参数:

There are more options you can try:
    -r a specific threshold in [0,0.5) 
    -run number ofrepetitions 
    -d output directory
    -L set to 1 to use only the largest connected component 
    -t maximum iteration(default:100)
    -ov set to 0 to perform disjoint detection
    -M number of threads(C++,multi-threading)

更多运行介绍见:pdf

f-slpa's People

Contributors

exbracer avatar songy-ah avatar

Watchers

 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.