Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 530 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 530 Bytes

Social Influence

Java 8 network/graph framework with emphasis on social network analysis.

Using

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.gstamatelat</groupId>
    <artifactId>social-influence</artifactId>
    <version>SHORT_COMMIT_HASH</version>
  </dependency>
</dependencies>

Demos

For some usage examples see the files inside the demo directory.