Skip to content

StoneLin0708/LinkAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of hits, pagerank and simrank using c++.

requirement

  • cmake3
  • c++ compiler with c++17 support
  • python3

install

git clone https://github.com/StoneLin0708/LinkAnalysis.git

If you don't have cmake

pip install cmake

build

git submodule update --init
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

run

python script/gen_result.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published