Skip to content

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

Notifications You must be signed in to change notification settings

kanthkumar46/ORCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages