├── README.md ├── data └── TCGA-LUNG │ ├── LUAD.csv │ └── LUSC.csv ├── figs ├── readme └── wikg_main.png ├── model.py └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/README.md -------------------------------------------------------------------------------- /data/TCGA-LUNG/LUAD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/data/TCGA-LUNG/LUAD.csv -------------------------------------------------------------------------------- /data/TCGA-LUNG/LUSC.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/data/TCGA-LUNG/LUSC.csv -------------------------------------------------------------------------------- /figs/readme: -------------------------------------------------------------------------------- 1 | Picture folder for display 2 | -------------------------------------------------------------------------------- /figs/wikg_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/figs/wikg_main.png -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/model.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WonderLandxD/WiKG/HEAD/train.py --------------------------------------------------------------------------------