baojianzhou / Graph-GHTP

There are two algorithms in this repository. Graph-IHT and Graph-GHTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph-GHTP

Before you go

Before you run this code, make sure you have maven and Java on your machine. I tested all of the code under Linux environment. If you find errors or issues when you used the code on Windows or Mac OS, please let me know. My email is bzhou6@albany.edu.

Dependency Information

Need to be installed:

3. git

How to run the code ?

Step-1: download the code using the following command:

git clone https://github.com/baojianzhou/Graph-GHTP.git

Step-2: go into the folder path/to/Graph-MP.

cd path/to/Graph-GHTP

Step-3: compile the code under Java 1.8

mvn compile

Step-4: test sample testing cases

mvn test

About

There are two algorithms in this repository. Graph-IHT and Graph-GHTP

License:GNU General Public License v3.0


Languages

Language:Java 87.9%Language:Python 12.1%