jhendess / gephi-cw

Mavenized Chinese Whispers Clustering Plugin for Gephi

Home Page:https://marketplace.gephi.org/plugin/chinese-whispers-clustering/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavenized chinese whispers clustering for gephi

This is a mavenized version of the Chinese Whispers Clustering Plugin for Gephi. You can use this plugin e.g. if you use the Gephi toolkit in your application and want to manage dependencies with maven.

Installation

  • Checkout the repository
  • Run mvn install
  • Add the dependency to your pom.xml:
<dependency>
    <groupId>de.uni_leipzig.informatik.asv.gephi.chinesewhispers</groupId>
    <artifactId>cw-cluster-plugin</artifactId>
    <version>0.7</version>
</dependency>

Credits

The plugin itself was written by efi. The original source code can be found at https://github.com/efi/gephi-cw. I added only the pom.xml for Maven and removed some UI files.

About

Mavenized Chinese Whispers Clustering Plugin for Gephi

https://marketplace.gephi.org/plugin/chinese-whispers-clustering/


Languages

Language:Java 100.0%