Skip to content

Implementation of a SALSA a link analysis to rank nodes in a graph structure

Notifications You must be signed in to change notification settings

mheinric/PageRanking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PageRanking

Description

Implementation of a SALSA a link analysis to rank nodes in a graph structure

Installing

This program requires Ant to install. Ant can be downloaded at http://ant.apache.org/. It also uses the following external libraries :

  1. Download the source with 'git clone https://github.com/mheinric/PageRanking'
  2. Create a directory lib in the PageRanking directory.
  3. Download both libraries in their respective website. Uncompress the downloaded directories and put them in the lib directory.
  4. Go to the PageRanking directory and type 'ant' in the command line.
  5. run 'java -jar jar/PageRanking.jar' to run the program.

About

Implementation of a SALSA a link analysis to rank nodes in a graph structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages