├── GAT.py ├── GAT_SSGC_detection.py ├── LICENSE ├── README.md ├── Trad_ML_detection.py ├── adj_matrix_generate.py ├── faults.csv └── requirements.txt /GAT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/GAT.py -------------------------------------------------------------------------------- /GAT_SSGC_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/GAT_SSGC_detection.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/README.md -------------------------------------------------------------------------------- /Trad_ML_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/Trad_ML_detection.py -------------------------------------------------------------------------------- /adj_matrix_generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/adj_matrix_generate.py -------------------------------------------------------------------------------- /faults.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/faults.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnguoCYF/SSGC/HEAD/requirements.txt --------------------------------------------------------------------------------