Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 486 Bytes

ProbInfer

Probability-Based AS Path Inference From Multigraph Perspective

1 down_bgp.py:DownLoad BGP data

2 get_info_from_as_rank.py:Download data from ASRank

3 data_preprocessing:processing bgp raw data

4 get_ground_path.py:Obtain ground path

5 get_validate_data.py:get test and train data, find stitching points

6 multigraph_infer.py:build multigraph, classify candidate paths, process features, reappear hyperpath

7 regular.py:valley-free principle

8 main.py