Skip to content

yeshusetia/simrank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the SimRank code.
//Text file

The code adopts Armadillo to do the matrix operations.

The parameters are specified in ./config/

The code is in ./core and ./include.

The tools to analyze and to generate queries, datasets are in ./preZhi.

Readers can: (1)run 'cmake .' to get the Makefile, then 'make' to get the executables files.
(2) run 'make' using the hand-written Makefile.

About

Code for VLDB17 paper "An Experimental Evaluation of SimRank-based Similarity Search Algorithms"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.7%
  • Other 0.3%