Coder Social home page Coder Social logo

atlas-algorithm's Introduction

Atlas Edge Decomposition Algorithm

This is the fast, scalable implementation of edge decomposition based on fixed points of degree peeling used in Atlas.

For the main Atlas visualization repository, see github.com/fredhohman/atlas.

Installation

Download or clone this repository.

git clone https://github.com/fredhohman/atlas-algorithm.git

From the directory, compile the code by

 g++ -o atlas-decomposition -g -fopenmp -O3 parallelkcore.cpp

Usage

We first convert a plain text edge list file to a .bin to use for algorithm. Input text files should be comma (or tab) separated where each row contains a source and target (these must be numbers). For example, a graph with three edges would look like:

1, 2
1, 3
2, 4

Convert the text edge list to a .bin using the mmap.jar file available here: http://poloclub.gatech.edu/mmap/MMap.zip

java -jar mmap.jar Convert <myGraph>

The algorithm takes in this .bin file to perform the decomposition. It outputs a myGraph-decomposition.csv file where each row contains three values: the source, target, and peel. The source and target columns together form the original edge list, and the new column peel contains the peel assignment, i.e., what layer an edge belongs to. To run the algorithm, use:

./atlas-decomposition <myGraph>.bin <# of edges> <# of vertices> 

It also outputs a myGraph-decomposition-info.json file that contains metadata such as the number of vertices in the graph, number of edges in the graph, time taken to preprocess the data, and time taken to run the algorithm.

Example

For an example of what the output looks like, see github.com/fredhohman/atlas/data

License

MIT License. See LICENSE.md.

Contact

For questions or support open an issue or contact Fred Hohman.

atlas-algorithm's People

Contributors

fredhohman avatar

Watchers

 avatar  avatar  avatar  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.