Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 620 Bytes

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