Sirius207 / Link-Analysis

python implementation of HITS, PageRank, SimRank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link-Analysis

Implementation and Analysis of HITS, PageRank, & SimRank

Usage

Calculate HITS, PageRank, & SimRank

python main.py --input data/graph_1.txt --output output.csv
  • input: input data file name
  • output: output file name

Implementation

Graph Dataset

  • 6 Sample Graphs
  • IBM Quest Synthetic Data Generator

Report

About

python implementation of HITS, PageRank, SimRank

License:MIT License


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%