/ORCA

Orbit counting algorithm: for counting graphlet degree vector(automorphism orbits) of 4/5 node graphlets in the host graph.

Primary LanguageJava

ORCA

ORbit Counting Algorithm: for counting graphlet degree vector(automorphism orbits) of 4/5 node graphlets in the host graph. This project is Java implementation of https://github.com/thocevar/orca

Maven

Clone this repository
Run mvn clean install
Add below dependency and maven repository to your project

<dependency>
    <groupId>edu.rit.capstone</groupId>
    <artifactId>orbitcounter</artifactId>
    <version>1.1</version>
 </dependency>

<repositories>
    <repository>
        <id>github</id>
        <name>GitHub Apache Maven Packages</name>
        <url>https://maven.pkg.github.com/kanthkumar46/orbitcounter</url>
     </repository>
</repositories>