Coder Social home page Coder Social logo

gephi-cli's Introduction

Gephi CLI

A command-line interface of Gephi.

Download

gephi-cli (2018-05-12)

Usage

java -jar gephi-cli.jar force-atlas-2 -i data/karate.graphml -o data/karate.out.graphml

Commands and Parameters

force-atlas-2

  -h, --help                Show this help message and exit.
  -i, --in=FILE             The input file path.
  -o, --out=FILE            The output file path.
      --max-iters=INT       The number of maximum iterations for layout computation.
      --thread-count=INT    The number of threads for layout computation.
      --log-perf            Log layout performance measures. Currently, only wall clock seconds will be logged.
      --scaling-ratio=NUM   Scaling ratio parameter (default: 2.0 if |V| >= 100 else 10.0).
      --strong-gravity=BOOL Use strong gravity mode (default: false).
      --gravity=NUM         Gravity parameter (default: 1.0).
      --outbound-attr-dist=BOOL
                            Outbound attraction distribution parameter (default: false)
      --linlog=BOOL         Use LinLog mode (default: false).
      --adjust-sizes=BOOL   Adjust sizes parameter (default: false).
      --edge-weight-influence=NUM
                            Edge weight influence parameter (default: 1.0).
      --jitter-tol=NUM      Jitter tolerance parameter (default: 1.0).
      --barnes-hut=BOOL     Use Barnes-Hut optimization (default: true if |V| >= 1000 else false).
      --barnes-hut-theta=NUM
                            Barnes-Hut theta parameter (default: 1.2).

gephi-cli's People

Contributors

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