Giter VIP home page Giter VIP logo

focs's Introduction

focs

FOCS: Fast Overlapped Community Search version Oct-2013

This file is associated with the algorithm presented in article by Bandyopadhyay, S.; Chowdhary, G.; Sengupta, D., "FOCS: Fast Overlapped Community Search," in Knowledge and Data Engineering, IEEE Transactions on , vol.27, no.11, pp.2974-2985, Nov. 1 2015. In case you use this software in your research, we encourage you to cite this article.

Disclaimer

This version runs only on LINUX operating system

If you encounter a bug, please send corresponding report to [email protected] along with the input file and parameters used (unless you know they are not required). You can also send any comment or suggestion about the program or its legibility.

The program expects a friendly use and therefore does not exhaustively verify all arguments.

Input File format

The input file is in form an unweighted edgelist. Each line contains 2 numbers (node labels) separated by a tab space, representing an edge. Please check file example_dolph as an example to input file.

Compilation

to compile: gcc graphaslist_uo_main.c -lm a compiled binary file is included, named 'focs'

Input Parameters and Running

-KCORE: to ensure a node will have atleast KCORE connections in any community (default=2) -OVL: the amount(fraction) of overlap before the smaller of the communities is removed in case of near-duplicate communities (default=0.6, preferably 0.5 <= OVL <= 1)

Usage syntax: ./a.out <input_file> KCORE OVL > output

Use either default parameters or enter both parameters. example: ./focs example_dolph > output or ./focs example_dolph 2 0.5 > output

Output File

Each line represents a community with node labels separated by tab spaces. The values in console output in each line starting with 'phase' represent the change in average number of communities per node across iterations (leave phases).

focs's People

Contributors

garishach avatar

Watchers

James Cloos 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.