Faezeh Faez 45b0af2add test data added | 5 years ago | |
---|---|---|
Datasets_32K | 5 years ago | |
MissingNodes_SrcCode2014 | 5 years ago | |
Train | 5 years ago | |
graph_production | 5 years ago | |
output | 5 years ago | |
README.md | 5 years ago |
The “src” folder is the source code of SAMI paper which has seen some minor changes from the original received version. The “codes” folder is the folder containing the following files: 1.adjlisttext_tonxgraph.py: gets an adj. list as input file and gives out the visualized graph 2.mat_tonxgraph.py: gets a .mat file as input file and gives out the visualized graph 3.mae.py: computes mae of two graphs given their .mat adj matrix file
For using the source code you must pay attention to two files: “RunExpSrv8s” and “MissingNodes_S8b”. The first one is the function which sets up the files and calls the main function i.e. “MissingNodes_S8b”.
For having your own dataset run on this code you should know the below variables:
*RUNEXPSRV_8S.m
*MISSINGNODES_S8B
*grid dataset is run on the src code as an example